-
Notifications
You must be signed in to change notification settings - Fork 880
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Provide example of using Pulumi to deploy NextJS app on AWS #779
Comments
I'm giving this a crack, starting with https://github.com/dealmore/terraform-aws-next-js |
@thesobercoder According to this issue, there's a chance that v2 will come closer to what you (and me as well) desire. |
A basic example—onto which we'd build later on—might be:
In theory, |
for anyone struggling to find the answer to this like I was..I attempted to upload this to an S3 bucket, but struggled due to lack of information. What worked for me:
|
I can not find (and trust I have looked) any working example with pulumi. However, I have found a template to start from to begin the process. Scary stuff... |
Any updates on this, using Pulumi not any other infra as code provider? Thanks. |
How critical is the advantage of the Edge deployment vs EC2/ECS + Cloudfront / Cloudflare? |
Please provide an example of how to use Pulumi to deploy NextJS to AWS replicating how deployments work on Vercel infrastructure with edge network.
I'm looking for an example which replicates the same behavior as this component does for
serverless
.The text was updated successfully, but these errors were encountered: