DEV Community

Discussion on: Serverless-Side Rendering With AWS Lambda & NuxtJS

Collapse
 
monkviper profile image
Monksi

Very nice article. Thank you!

if we the traffic is very high then this architecture where Lambda function process every request will be much more expensive than EC2 server.

In this case, It would be better to generate all static files using Nuxt.js and use s3 to serve those files.