Skip to content

Lambda code does not automatically deploy #6

@hatertron3000

Description

@hatertron3000

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/)

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions