AWS Lambda + Serverless + MySql + Prisma Shell

Job ID: 30743546

Budget: $30 – $250 AUD

The task is to build scripts to create a small rest api server using:

1. Node.js
2. Serverless (incl serverless offline)
(Lambda, API gateway)
3. Mysql + Prisma ORM (https://www.prisma.io)
4. Postman tests

You can use the below as a general reference, so it should be a simple task for anyone who knows AWS, js, and MySQL. https://medium.com/tech-at-nordstrom/building-a-rest-api-in-node-js-using-aws-services-mongodb-and-serverless-framework-9e0530baaa3f

The initial single table schema
==========================
Database name: tpc

waitlist:
id, smallint, pk, auto increment
name, varchar 256
email, varchar 512
website, varchar 512
phone, varchar 64

API calls
==========================
/waitlist/create (creates a new entry in db and returns as json resposne)
/waitlist/has (Parameter: email, returns true/false


Awarding in 24 hours.

Thanks
Ryan
Related categories: MySQL Amazon Web Services Node.js Aws Lambda