2/6/2023 - Enable support for nodejs20.x runtime
- Require AWS provider >=5.26 to support nodejs20.x runtime
2/6/2023 - Set desync_mitigation_mode
to strictest
in ALB
- Require AWS provider >=3.67 to support
desync_mitigation_mode
11/18/2022 - support ARM 64 architecture
- allow pass through of architecture to support arm64. Default is x86_64.
- update terraform setup action
- update license
4/25/2022 - fixed race condition when resources depend on the function existing before their creation
- updated references to the lambda arn where it should be the function name
4/22/2022 - lambda_layers
variable added as pass-through to layers
variable of aws_lambda_function
resource
3/11/2022 - increased app_name
variable length
- increased
app_name
variable length from 24 to 28
2/24/2022 - Major breaking changes from v1.x:
- dropped support for terraform v0.12
- renamed
lambda_zip_file
variable tozip_filename
- renamed
handler
variable tozip_handler
- renamed
runtime
variable tozip_runtime
- renamed
appspec_filename
variable tocodedeploy_appspec_filename
- removed
use_codedeploy
variable - just include the codedeploy variables to enable codedeploy - removed
env
variable - just include the env inside theapp_name
variable - added
domain_url
variable to enable a custom API URL