You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Note 1: From now on we aligning the versioning schema with the releases of Next.js.
Note 2: When upgrading from a previous release, you may experience an error from Terraform:
Error: error updating CloudFront Distribution:
InvalidArgument: The parameter ForwardedValues cannot be used when a cache policy is associated to the cache behavior.
status code: 400
This is a known bug in the Terraform AWS provider and may requires a manual upgrade in the AWS Console (terraform-provider-aws#17626).
Changelog
Fixes wrong response for repeated requests from external source (#12, #13)
Use Request and Cache Policies in CloudFront distribution (#5, #9)
Upgrades Lambda runtime from nodejs12.x to nodejs14.x. (#4, #8)
Bump internal module terraform-aws-modules/apigateway-v2/aws from 0.8.0 to 0.11.0 (#16, #18)
Resolves compatibility issue with newer versions of Terraform.