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 for non us-east-1 regions and signed requests with lambda@edge function #200

Closed PaulWeinhold closed 8 months ago

PaulWeinhold commented 8 months ago

Would it be possible to integrate this? I'm not able to do this without a custom edge lambda in a separate stack and the subsequent manipulation of the distribution bahaviors in the template.

bestickley commented 8 months ago

@PaulWeinhold, I just deployed cdk-nextjs (with signed requests) to us-east-2 with no problem. What's the error you're seeing?

PaulWeinhold commented 8 months ago

Sorry I had a mistake in my understanding and a configuration error in my setup. Yes, it actually works. Absolutely awesome! Thank you