Daniel Phang
Daniel Phang
Yeah, I think this make sense, I have seen similar requests in other issues. That's a great summary. A temporary workaround could be to not use `domain` input and instead...
Now there is a way to set the ACM certificate and aliases separately from domains, thanks to some recent PRs, though you'd still need to create the Route53 domains yourself...
We should just have `domain` input, not `domains` I think. I also made a fix where unspecified `aliases` in the inputs was overriding any existing CloudFront aliases, it might be...
I see, sorry, yeah my script is not using it since I am managing the domains/certs outside of this component using Terraform, so I just rely on it to manage...
@Meemaw glad to see that works. I added it so we can have control of the CloudFront certificate without needing to use the domain input. It was intentionally not updating...
I'm not familiar with Nx Monorepo but could you clarify what specifically does not work? I believe you should be able to use inputs like `nextConfigDir` and `build.*` to specify...
Please see here: https://github.com/serverless-nextjs/serverless-next.js#my-lambda-is-deployed-to-us-east-1-how-can-i-deploy-it-to-another-region Currently this only supports Lambda@Edge which is deployed globally in all regions where CloudFront is available: https://aws.amazon.com/cloudfront/features/?whats-new-cloudfront. For China it looks like there are two regions....
Ya, that makes sense, as I don't have experience deploying for China I'm not sure the differences in CloudFront. It seems Lambda@Edge is not supported in China CloudFront for now...
FYI, there is a $2000 bounty from another community member on this issue: https://github.com/serverless-nextjs/serverless-next.js/issues/804 for Incremental static regeneration. I don't have the time myself for this right now as I'm...
@adamelmore great! We definitely could use more contributors. No worries, I'm also mostly familiar with AWS... but there are some improvements there too like supporting regular Lambda once again. If...