Under-Construction! Go for a swim while we finish this. The water is nice...
=================================
Javascript:
- Node.js
- Express.js
- HTML5 Boilerplate – Insert the javascript front-end framework du-jour here.
AWS Services:
- DynamoDB - NOSQL data storage for data that changes shape.
- Lambda - Build worker tasks that you can spawn and scale infinitely.
- API Gateway - Traditional Relational data storage at Aurora's incredible speed.
- API Gateway - Traditional Relational data storage at Aurora's incredible speed.
- Create an AWS account, if you don't have one already
- Create an IAM user
- Copy and paste the
api/template
folder somewhere in theapi
folder and rename it. - To require the
lib
into your Lambda functions, we recommend creating an npm link. Cd into your lib folder, runnpm link
, then cd into your lambda function's folder and runnpm link jaws-lib
.