Releases: byu-oit/terraform-aws-lambda-api
Releases · byu-oit/terraform-aws-lambda-api
v1.2.0
You can now customize the appspec_filename.
v1.1.0
Lambda now defaults to being deployed outside of a VPC. If you need your Lambda to be in a VPC, this can be overridden.
v1.0.1
Timeout and memory_size can now be controlled.
v1.0.0
Docs updated to show usage. First production release.
v0.2.0
Fixes issues with CodeDeploy integration.
v0.1.0
Defaults the module to not use CodeDeploy. Once we figure out how to get it to work with CodePipeline and CodeDeploy, we'll revisit this.
v0.0.2
Support java based Lambdas. Let consumer pass in the zip or jar; don't compile the zip inside the module.
v0.0.1
Initial release. I'm sure there are still bugs in this, but at least people can start playing with it.