Skip to content

v0.9.1

Compare
Choose a tag to compare
@ofhouse ofhouse released this 20 Jun 14:45
· 146 commits to main since this release

This is a maintenance release which upgrades the image optimizer module to the latest version.
We also changed the behavior of the proxy module so that the default root object in CloudFront is no longer necessary.

No configuration changes should be necessary when upgrading from the 0.9.0 release.

Changelog

Terraform module

  • Upgrades Proxy component to 0.7.0 (#139, #141)
  • Upgrades Terraform Next.js Image Optimization module for AWS to 11.x.x release (#142, #144)
    The image optimizer Lambda now uses 2048mb RAM by default (from 1024mb) to improve resizing speed.
    You can change that amount with the newly introduced variable image_optimization_lambda_memory_size.
    This has no effect on the Lambda functions that serve the Next.js pages or api routes (they remain at 1024mb by default).
  • Bump AWS Lambda Terraform module from 1.47.0 to 2.4.0 (#145)
  • Bump AWS API Gateway Terraform module from 0.11.0 to 1.1.0 (#146)

Proxy (0.7.0)