SSR + AWS Lambda is possible?
-
Good morning all,
I use quasar for a lot of my Cordova, SPA projects etc … and lastly for a SSR project.
In addition, I use a lot AWS Lambda (all the time) for NodeJS API projects, SSR with NUXT etc … and it’s absolutely fantastic in terms of performance and cost of use.
However I am desperately trying to integrate a Quasar SSR project with Lambda using the same principle as for NUXT (https://dzone.com/articles/a-crash-course-on-serverless-side-rendering-with-v) but it does not work. With the Serverless framework.
Is there anyone who would have successfully used AWS Lambda with a Quasar SSR project, and if so how do you do it?
Thank you, and have a good day !
-
Using AWS Lambda as SSR in Quasar may not work out of the box, spent some time getting Quasar app set up in AWS Lambda. Turn out I used serverless framework to get them to integrate.
I have written a short article in medium to showcase!
https://medium.com/@me.gordonlam.space/use-serverless-to-serve-your-server-side-rendering-project-vue-quasar-d40447225a4fI hope it helps! Enjoy!