Skip to content

Releases: NIT-Administrative-Systems/AS-serverless-api-IaC

Release-1.0.8 Update AWS Provider to v5

29 May 22:02
c365e00
Compare
Choose a tag to compare

This release updates the aws provider major version from 4 to 5 to accompany v1.0.7 which updated the default lambda node.js runtime to 20.x (added to the aws provider in v5.26)

Release-1.0.7 Update default Lambda runtime to Node 20

29 May 15:47
f7c59f4
Compare
Choose a tag to compare

This release updates the default value of the runtime_version variable from nodejs16.x to nodejs20.x which is the currently active version of Node.js.

Applications referencing this module should be pinning to a specific release tag, but note that this could be a breaking change for applications that are relying on the variable default for the lambda runtime version and not referencing this module via a specific release tag

Updates default lambda runtime to nodejs16.x

13 Dec 19:58
89fbafb
Compare
Choose a tag to compare

This release includes adjustments the default value of the runtime_version variable from nodejs12.x to nodejs16.x. This is needed because as of Def 14th AWS no longer supports nodeJS12.x, this could be a breaking change for some applications.

Terraform AWS Provider Update

22 Mar 19:01
b6cb8f2
Compare
Choose a tag to compare

This release includes adjustments to the S3 bucket resource and the addition of the AWS provider resource block to accomodate Terraform's AWS Provider Update (4.0).

S3 Bucket ACL Update

21 Mar 21:15
8cddd80
Compare
Choose a tag to compare

This release adds an S3 ACL terraform block to accomodate for the terraform/aws provider version 4.0.x.

VPC-less Lambda Bugfix

19 Feb 02:16
d5b927d
Compare
Choose a tag to compare

Fixes a bug where Lambdas running outside a VPC could not be built.

Release-1.0.2

11 Jan 23:34
3c5ec44
Compare
Choose a tag to compare

Release 1.0.2 contains additional outputs of security groups and ARNs for parameters for use.

Release-1.0.1

16 Oct 16:27
086151d
Compare
Choose a tag to compare

Release 1.0.1 accounts for a change in the AWS provider and explicitly adds :* to cloudwatch log arn in the Lambda IAM policy

v1.0.0

09 Oct 14:44
Compare
Choose a tag to compare

This is Nick's first stable release. No bugs or errors at this point.