I made this: https://github.com/phlogisticfugu/perfect-paca a while ago.
Waiting for Nuxt 1.0 to update it, and use the new vue-cli
@phlogisticfugu very interesting.. Would it make more sense to spin something up with Claudia.JS? I am already a big fan of Zappa for Python and having a good cli is most of the hard work..
perfect-paca uses https://serverless.com/ actually, which does what claudia.js does, but supports more clouds. Give it a try and I'm open to suggestions/PRs
@phlogisticfugu that looks like a better solution. I'm comparing that with the AWS codestar pipeline this week and will try to give feedback.
Hi, what is the status of this?
It would be very useful to me if I can deploy to AWS lambda and also cache pages on S3 or some other cache for frequently accessed pages.
Are there any other solutions for this?
I basically ended up using a pre-rendering solution with my nuxt project. But perfect-paca looks like a good solution.
Ok I'm starting to use perfect-paca, are there any other alternatives? well I'm go ahead with this and report back how it goes. Deploy to AWS serverless is essential for me.
@PhilAndrew, any luck?
Re: @maziarz
Note that the issue that @PhilAndrew had with perfect-paca was resolved by himself.
Also, will be updating perfect-paca with nuxt.js 1.0 which just came out a few days ago
Welcoming Node 8 in AWS Lambda, Checkout my new template! https://github.com/jeehyukwon/nuxt-serverless
Nice job @jeehyukwon
a little late to the game @maziarz but if you don't have dynamic routes and want to go the route of s3+CloudFront I built a tool that auto-deploys Nuxt projects and easily plugs into Circle CI
I am still looking for a working example utilising Express or Koa running on AWS Lambda / ApiG without serverless-framework, but merely CloudFormation/SAM. If anyone is up for creating such a sample project, please ping me :-)
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.
Most helpful comment
Welcoming Node 8 in AWS Lambda, Checkout my new template! https://github.com/jeehyukwon/nuxt-serverless