Skip to content

Releases: byu-oit/terraform-aws-postman-test-lambda

v2.3.0

18 Dec 19:56
f8f8b47

Choose a tag to compare

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
318ca3b

Choose a tag to compare

added cloudwatch log group and retention policy

v2.1.0

29 Sep 17:02
a3d9c5b

Choose a tag to compare

  • 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
185fd1e

Choose a tag to compare

Update the S3 bucket policy to better match with ACS.

v2.0.0

07 Aug 00:04
686ace6

Choose a tag to compare

Update AWS provider to v3.0.0

v1.0.1

31 Jul 21:32
174a536

Choose a tag to compare

Fixes a bug where updates to postman files weren't making it into the test lambda.

v1.0.0

27 Jul 19:36
ef32a8e

Choose a tag to compare

Throws errors if there are more collection/env files from postman api

v0.2.0

22 Jul 22:28
8bb7a14

Choose a tag to compare

Supports downloading from postman API and supports tags

v0.1.0

10 Jul 22:38
677f828

Choose a tag to compare

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.