-
-
Notifications
You must be signed in to change notification settings - Fork 797
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Using Fn::Join resolves to [Object Object] #1013
Comments
I'll see if there's a fix for this, but for now, this plugin might help you: https://www.serverless.com/plugins/serverless-pseudo-parameters/ |
|
I can work around it by setting it manually in serverless.yml ... So, not the end of the world. |
This bug has resurfaced after Reason for removal was not stated, I wonder what it is? |
Agreed; no fun. |
Just ran into this issue. @dnalborczyk, why was the fix removed? |
Hey 😄
I'm trying to call one lambda from another one, using it's ARN. This works fine on AWS using
Fn::join
but it seems when using serverless-offline, it's resolved to[Object Object]
.Then, when printing
process.env
while using serverless-offline, this shows:getKeyARN: '[object Object]'
but should be showing the ARN obviously...
Works fine on AWS but not when running it through serverless-offline 😢
The text was updated successfully, but these errors were encountered: