DEV Community

Serverless-Side Rendering With AWS Lambda & NuxtJS

Fernando Alvarez on April 21, 2018

There are two things that I love right know: Serverless Ecosystem like AWS Lambda The VueJS Ecosystem One day, I was discussing with some fol...
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.