This is an API for an RSVP feature I built for this wedding website.
I also wrote about the process here if you want to learn more about it.
Install the Serverless Framework.
$ npm install serverless -g
Clone this repo and install the npm packages.
$ git clone https://github.com/enrubio/rsvp-api.git
$ npm install
Deploy the service to your AWS account.
$ serverless deploy