milliHQ / terraform-aws-next-js

Terraform module for building and deploying Next.js apps to AWS. Supports SSR (Lambda), Static (S3) and API (Lambda) pages.
https://registry.terraform.io/modules/milliHQ/next-js/aws
Apache License 2.0
1.47k stars 151 forks source link

What services does this library use internally to manage deployments? #365

Open iarmankhan opened 2 years ago

iarmankhan commented 2 years ago

I want to know how I can go to AWS console and manage my deployments created by this package. Also want to create alias without using this package. Is there any way to do that?

Thanks

MastalerzKamil commented 2 years ago

As far as I know it creates record in DynamoDB table with aliases. Typically the alias is assigned in AWS Route 53 and is responsible for manage traffic. For debug purposes I recommend to set it up through command and take a look how it behaves after creating alias using command from library.