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.
MIT License
169 stars 19 forks source link

Update certficate contruct #73

Open sladg opened 1 year ago

sladg commented 1 year ago

DnsValidatedCertificate is deprecated, change construct to not use it.

sladg commented 1 year ago

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.