Skip to content

Releases: clebert/aws-simple

v17.5.0

18 Aug 15:30
Compare
Choose a tag to compare

v17.4.0

02 Aug 16:35
Compare
Choose a tag to compare

v17.3.0

30 Jun 08:50
Compare
Choose a tag to compare
  • Use CloudFormation-based DNS validation for the certificate
    • This avoids the use of custom lambda functions that handle the
      validation. A small disadvantage of this change is that the CNAME
      records are not cleaned up when a stack is deleted. But this is intended
      behavior by CloudFormation because multiple certificates for the same
      domain might share a CNAME record. If one certificate is deleted (and
      deletes the validation record), the second certificate (with the same
      domain name) will be unable to automatically renew.
    • See also aws/aws-cdk#3333 (comment)

v17.2.0

23 Jun 21:30
Compare
Choose a tag to compare

v17.1.2

22 Jun 11:39
Compare
Choose a tag to compare

v17.1.1

18 May 13:04
Compare
Choose a tag to compare
  • Fix request authorizer compilation

v17.1.0

18 May 09:25
Compare
Choose a tag to compare
  • Introduce onStart DEV server option
  • Fix ESM compatibility of request authorizer
  • Do not create request authorizer if no route has authentication enabled

v17.0.2

04 May 09:44
Compare
Choose a tag to compare
  • Allow multiple HTTP methods per public path
  • Print error when config file cannot be read
  • Do not set etag header in DEV server
  • Update dependencies

v17.0.1

10 Mar 12:15
Compare
Choose a tag to compare
  • Fix stack config validation

v17.0.0

10 Mar 12:07
Compare
Choose a tag to compare
  • When the DNS validated certificate is deleted, remove the associated Route53 validation records
  • Validate stack config using Superstruct