v0.9.1
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 uses2048mb
RAM by default (from1024mb
) to improve resizing speed.
You can change that amount with the newly introduced variableimage_optimization_lambda_memory_size
.
This has no effect on the Lambda functions that serve the Next.js pages or api routes (they remain at1024mb
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)