serverless / examples

Serverless Examples – A collection of boilerplates and examples of serverless architectures built with the Serverless Framework on AWS Lambda, Microsoft Azure, Google Cloud Functions, and more.
https://www.serverless.com/examples/
Other
11.43k stars 4.47k forks source link

Add a server Express API to example using Nuxt #452

Open incompletude opened 4 years ago

incompletude commented 4 years ago

https://github.com/serverless/examples/tree/master/aws-node-vue-nuxt-ssr

I'm successfully using the above example to deploy a Vue Nuxt serverless app to aws.

Now what I'm trying to do is to add a server middleware for a restful API, so I can have /api/v1/helloworld like endpoints. I tried a lot, but I can't find a solution to this problem.

Please, can someone provide some information about how to this?

Hyperblaster commented 4 years ago

Same issue. The example seems to be a bit out of date with some pieces missing or looking to have changed.

azizaza commented 2 years ago

Same here! any solution?