jetbridge / cdk-nextjs

Deploy a NextJS application using AWS CDK
https://constructs.dev/packages/cdk-nextjs-standalone
Apache License 2.0
273 stars 45 forks source link

Feature Request: Support GovCloud By Providing Option to Replace CloudFront with Api Gateway #180

Open bestickley opened 10 months ago

bestickley commented 10 months ago

Support AWS GovCloud where CloudFront does not exist by abstracting NextjsDistribution into an interface that can be implemented by CloudFront or Api Gateway. If there are any GovCloud users out there, I'd appreciate some help on this one!