hatertron3000 / hatertron3000/order-replication-sample
Lambda code does not automatically deploy
Open
bug
- Dominant language
- JavaScript
- Stars
- 8
- Forks
- 3
- PR merge metrics
- No merged PRs in 30d
Description
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/)
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.