You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What happens with that, is that I need to create the bucket in another stack, so I have it ready to go before creating the lambda stack.
Is there a way to get the bucket altogether with the lambda stack? Like doing some sort of the after_bucket hook, which after creating the bucket I can zip and upload, but before creating the lambda?
The text was updated successfully, but these errors were encountered:
This is more of a question.
For using Lambda
nodejs8.10
, we need to upload the lambda zip file to a S3 bucket.For zipping the lambda files, upload etc, I'm overriding the
create
andupdate
commands as follows:What happens with that, is that I need to create the bucket in another stack, so I have it ready to go before creating the lambda stack.
Is there a way to get the bucket altogether with the lambda stack? Like doing some sort of the
after_bucket
hook, which after creating the bucket I can zip and upload, but before creating the lambda?The text was updated successfully, but these errors were encountered: