This is an example project that uses 3 RDS databases to illustrate the differences between using each of them
This is an example project using the Serverless framework, Node.js and Amazon RDS.
This project uses 3 RDS databases to illustrate the differences between using each of them:
To deploy this GraphQL API, you’ll need the following:
aws configure
.npm -g install serverless
.Once all pre-requisite items are ready, follow these steps to deploy this example GraphQL API:
npm install
to install all the necessary dependencies.npm run deploy
to deploy the stack.After you’ve finished working with this example, remove all resources to make sure you’re not getting billed for unused RDS databases.
Run npm run remove
to remove all resources.
Latest commit b2f54ec on Sep 24, 2017