sladg / nextjs-lambda

Lambda deployments for Nextjs12 & Nextjs13 (standalone). Easy CLI commands to get your standalone Next output to run in AWS Lambda (not @Edge)! Uses CDK in behind and produces code zips importable to Terraform, Serverless, Azure, etc.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Bundled `image-handler` isn't respecting allowed `remotePatterns` / `domains`

fabiob opened this issue · comments

My Next.js stores images on a CDN, which requires me to display them using their absolute URLs. However, the bundled image-handler refuses to work with them, as it was built before reading my next.config.js.

commented

Hey!
Any chance you can provide me with minimal repo example?

commented

@fabiob 👋

commented

Considering inactivity and the fact that this package renders the use of external CDN pretty much pointless (we are using Cloudfront + S3), I'm closing this issue.