Skip to content
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

Lambda code does not automatically deploy #6

Open
hatertron3000 opened this issue Jul 8, 2020 · 0 comments
Open

Lambda code does not automatically deploy #6

hatertron3000 opened this issue Jul 8, 2020 · 0 comments
Labels
bug Something isn't working

Comments

@hatertron3000
Copy link
Owner

The lambda code does not automatically deploy if it is updated. Consider two potential solutions:

  1. Transform the CloudFormation stack into a SAM template
  2. Dynamically create the S3 bucket and create a custom step to upload the function code with a DependsOn relationship from the lambda functions to the custom step (e.g. https://aws.amazon.com/blogs/infrastructure-and-automation/deploying-aws-lambda-functions-using-aws-cloudformation-the-portable-way/)
@hatertron3000 hatertron3000 added the bug Something isn't working label Jul 8, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant