Skip to content

Releases: byu-oit/terraform-aws-lambda-api

v1.3.0 - X-Ray Support

28 Jun 14:41
4f8b63c

Choose a tag to compare

Adds the xray_enabled variable so AWS X-Ray can be used to monitoring the Lambda.

v1.2.0

01 Feb 22:29
20080c0

Choose a tag to compare

You can now customize the appspec_filename.

v1.1.0

03 Jun 22:21
672455a

Choose a tag to compare

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

03 Jun 15:42
6c72f7a

Choose a tag to compare

Timeout and memory_size can now be controlled.

v1.0.0

27 May 19:52
e66a62a

Choose a tag to compare

Docs updated to show usage. First production release.

v0.2.0

23 May 18:31
84a5596

Choose a tag to compare

Fixes issues with CodeDeploy integration.

v0.1.0

22 May 18:07
81d25b9

Choose a tag to compare

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

21 May 21:09
31c45f6

Choose a tag to compare

Support java based Lambdas. Let consumer pass in the zip or jar; don't compile the zip inside the module.

v0.0.1

30 Apr 17:52
b2bc692

Choose a tag to compare

Initial release. I'm sure there are still bugs in this, but at least people can start playing with it.