Releases: byu-oit/terraform-aws-postman-test-lambda
Releases · byu-oit/terraform-aws-postman-test-lambda
v2.3.0
18 Dec 19:56
Compare
Sorry, something went wrong.
No results found
This release adds the ability to specify timeout and memory_size variables to be used in the lambda. These default to the previous values and maintain backwards compatibility.
v2.2.0
11 Nov 22:34
Compare
Sorry, something went wrong.
No results found
added cloudwatch log group and retention policy
v2.1.0
29 Sep 17:02
Compare
Sorry, something went wrong.
No results found
Added postman_files_bucket_name variable to define the postman bucket name for collection/env file uploads
Changed postman files bucket default bucket name to <app_name>-postman-files
v2.0.1
07 Aug 21:45
Compare
Sorry, something went wrong.
No results found
Update the S3 bucket policy to better match with ACS.
v2.0.0
07 Aug 00:04
Compare
Sorry, something went wrong.
No results found
Update AWS provider to v3.0.0
v1.0.1
31 Jul 21:32
Compare
Sorry, something went wrong.
No results found
Fixes a bug where updates to postman files weren't making it into the test lambda.
v1.0.0
27 Jul 19:36
Compare
Sorry, something went wrong.
No results found
Throws errors if there are more collection/env files from postman api
v0.2.0
22 Jul 22:28
Compare
Sorry, something went wrong.
No results found
Supports downloading from postman API and supports tags
v0.1.0
10 Jul 22:38
Compare
Sorry, something went wrong.
No results found
Initial release
Creates a lambda function that runs newman against a postman collection with a postman environment.
It's a v0.1.0 because it hasn't been fully tested out yet in a project with codedeploy.