Skip to content

Releases: adamwshero/terraform-aws-api-gateway

1.2.0 (17 November 2023)

17 Nov 23:56
Compare
Choose a tag to compare

FEATURE:

  • Supports custom domains for REGIONAL & EDGE endpoints
  • Supports optional resource policies

1.1.0 (10 November 2023)

10 Nov 19:27
Compare
Choose a tag to compare

BUG:

  • Fixed issue invalid_index error for new deploys

1.0.8 (20 July 2023)

20 Jul 23:02
Compare
Choose a tag to compare
  • Added architecture example for a distributed model

1.0.7 (20 Nov 2022)

20 Nov 15:55
Compare
Choose a tag to compare

1.0.7 (November 20, 2022)

BUG:

  • Fixed issue where canary couldn't be destroyed after being created.
  • Now we create the stage before it's destroyed.

FEATURE:

  • Added "Managed by Terraform" description to deployments.
  • Append "Deployed on {timestamp}" to stage descriptions.

CHORE:

  • Improved notes for the aws_api_gateway_deployment resource.
  • Updated README about put_rest_api_mode usage & known issues.

1.0.6 (1 Nov 2022)

01 Nov 20:29
Compare
Choose a tag to compare

1.0.6 (November 1, 2022)

CHORE:

  • Removed Beta-Limited Support header from readme.

1.0.5 (7 Oct 2022)

01 Nov 20:05
Compare
Choose a tag to compare

BUG:
- Added option to disable canary given the current open issue.
- Fixed usage plans and api key variables so the maps can be ommitted from input blocks if set to false.

CHORE:
- Updated output descriptions for WAF and stage
- Added examples for terraform and improved existing examples

1.0.4 (7 oct 2022)

19 Oct 16:09
Compare
Choose a tag to compare

BUG:

  • Fixed race condition with deployment vs stage under certain conditions.