Is it possible to deploy this project to AWS directly? #257
-
Hello, *Update Please give me a hint about this error. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 4 replies
-
This project is meant to be deployed on Vercel using the serverless mode. Why do you want to deploy it to AWS yourself?
We won't cover/help with issues regarding deployment to other providers, such as deploying to AWS directly. We don't recommend it, there is absolutely no technical benefit to do so yourself. The next-right-now/src/utils/nextjs/SSG.ts Line 181 in 5ad05e8 Returning an empty object as string would work, if you wish not to use it. |
Beta Was this translation helpful? Give feedback.
-
This is the same question i have as we are also considering AWS rather than Vercel (for AWS services and HIPAA compliance reasons). Please let me know if you found an answer. |
Beta Was this translation helpful? Give feedback.
This project is meant to be deployed on Vercel using the serverless mode. Why do you want to deploy it to AWS yourself?
We won't cover/help with issues regarding deployment to other providers, such as deploying to AWS directly. We don't recommend it, there is absolutely no technical benefit to do so yourself.
The
serializedDataset
is expected by Next Right Now as part of the demo, it contains the dataset containing all the dynamic page data. Seenext-right-now/src/utils/nextjs/SSG.ts
Line 181 in 5ad05e8
Returnin…