Releases: oozou/terraform-aws-lambda
Releases · oozou/terraform-aws-lambda
v1.0.0
What's Changed
- Feature/lambda edge by @xshot9011 in #1
Overview
- Since Lambdas are uploaded via zip files, we generate a zip file from the path specified.
- Upload the zip file containing the build artifacts to S3.
- Allow access to this lambda function from AWS.
- Allow lambda to generate logs.
- Construct a role that AWS services can adopt in order to invoke our function.
- This policy also has the capability to write logs to CloudWatch.
- Create the secret SSM parameters that can be retrieved and decoded by the lambda function.
- Create an IAM policy document granting the ability to read and retrieve SSM parameter values.
- Develop a policy based on the SSM policy paper
- Custom policies to attach to this role
Future Enhancement
- In the future, we may source our code from an S3 bucket as opposed to a local zip file.
- Every time terraform is executed, the modification must be implemented; This is bug.
New Contributors
- @xshot9011 made their first contribution in #1
Full Changelog: https://github.com/oozou/terraform-aws-lambda-edge/commits/v1.0.0