terraform-aws-next-js-image-optimization icon indicating copy to clipboard operation
terraform-aws-next-js-image-optimization copied to clipboard

A drop-in image optimization loader for Next.js image component powered by AWS Lambda.

Results 15 terraform-aws-next-js-image-optimization issues
Sort by recently updated
recently updated
newest added

## Changes - Adds new tf-variable `nextjs_config_endpoint_url` - Uses [etag-cache](https://github.com/milliHQ/etag-cache) to cache remote config when `nextjs_config_endpoint_url` is used. ## ToDo - [ ] Write tests - [ ] Set environment...

Bumps [next](https://github.com/vercel/next.js) from 12.1.3 to 12.2.5. Release notes Sourced from next's releases. v12.2.5 Core Changes Change invalid internal upstream image error code: #39334 Hoist styles for Route Announcer: #39331 fix:...

dependencies

## Changes - Updates the Lambda runtime `nodejs14.x` to `nodejs16.x`

## Motivation Since the [Terraform for Next.js module](https://github.com/milliHQ/terraform-aws-next-js) will support multiple deployments in the future, the image config can no longer passed as static values to this submodule. ## Idea...

enhancement

I have installed the module and it works properly so far. I have recently noticed that however I get an internal error for animated GIFs. Any clue about this?

bug

Upstream PR: https://github.com/vercel/next.js/pull/29307 ## Todo - [ ] Add option to pass a `basePath` option to the module

upstream/next.js

When providing the URL the user could add parameters to the URL to pass the CloudFront cache key. E.g.: `/_next/image?url=http%3A%2F%2Fexample.com%2Ftest.png%3Ffoo%3Dbar` There should be an option to prevent bypassing the cache...

enhancement

The `Accept` header is part of the CloudFront cache key by default. Since it is set by the user, varying the header results in a cache miss, that opens a...

enhancement

Bumps [sharp](https://github.com/lovell/sharp) from 0.30.7 to 0.31.1. Changelog Sourced from sharp's changelog. v0.31.1 - 29th September 2022 Upgrade to libvips v8.13.2 for upstream bug fixes. Ensure close event occurs after end...

dependencies

Bumps [next](https://github.com/vercel/next.js) from 12.1.4 to 12.3.1. Release notes Sourced from next's releases. v12.3.1 Core Changes Update react-server-dom-webpack: #40356 Fix flight manifest to include all chunks: #40365 docs: fix typos: #40342...

dependencies