Releases: terraform-aws-modules/terraform-aws-lambda
Releases · terraform-aws-modules/terraform-aws-lambda
v4.13.0
4.13.0 (2023-04-03)
Features
- Support maximum concurrency of Lambda with SQS as an event source (#402) (268975c)
Fixes
- Pass docker object to docker_run_command to fix #427 (#443)
v4.12.1
4.12.1 (2023-03-10)
Bug Fixes
- Set the default value of replacement_security_group_ids to null (#434) (a2d9ff9)
v4.12.0
4.12.0 (2023-03-10)
Features
- Added configuration options to replace security groups on destroy of Lambda function (#422) (2d92236)
v4.11.0
4.11.0 (2023-03-10)
Features
- Add dynamic blocks for consumer group id config (#399) (7d7bb79)
v4.10.1
4.10.1 (2023-02-13)
Bug Fixes
- Properly construct poetry commands when not using docker for building package (#420) (97b00d3)
v4.10.0
4.10.0 (2023-02-10)
Features
- Allow multiple filters in event source mappings (#379) (66eb330)
v4.9.0
4.9.0 (2023-01-30)
Features
v4.8.0
4.8.0 (2023-01-18)
Features
- Update docker provider pin to 2.x in docker-build submodule (#401) (fc2a39b)
v4.7.2
4.7.2 (2023-01-10)
Bug Fixes
- Use a version for to avoid GitHub API rate limiting on CI workflows (#393) (5481694)