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

Update certficate contruct

sladg opened this issue · comments

commented

DnsValidatedCertificate is deprecated, change construct to not use it.

commented

There is ongoing issue with newer Construct not supporting region specification.
This leads to the need for having 2 different stacks (one for application in preferred region and second in us-east-1 solely for certificate creation which will be imported into App stack).

CDK v3 should provide with easier solution before release, so for now, we wait.