serverless / serverless/examples

Add a server Express API to example using Nuxt

Open
#452 2 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
JavaScript
Stars
11.5k
Forks
4.4k
Avg merge
2h 55m
Merged PRs (30d)
3

Description

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?

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start with the linked aws-node-vue-nuxt-ssr example and inspect how its Nuxt server-rendered application is deployed on AWS. Determine how an Express REST endpoint such as /api/v1/helloworld could coexist with the example, and consider the work complete when the example deploys and that endpoint responds successfully.

Written by the indexing model from the issue text.

Assessment

Tech stack
aws, express, javascript, nuxt
Domain
api, backend, cloud
Issue type
Feature
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
25/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.