mirror of
https://github.com/serverless/serverless.git
synced 2026-01-25 15:07:39 +00:00
1.8 KiB
Executable File
1.8 KiB
Executable File
JAWS: The Javascript + AWS Stack
Under-Construction! Go for a swim while we finish this. The water is nice...
Starring
Javascript:
- Node.js
- jQuery
AWS Services:
- DynamoDB - Managed, NOSQL data storage
- Lambda - Build worker tasks that you can spawn and scale infinitely.
- API Gateway - Launch an API with urls pointing to your Lambda functions
- S3 - Host static assets for your site here
Architecture
Set-Up
AWS Set-Up
- Create an AWS account, if you don't have one already
- Create an IAM user
Creating New API Routes/Lambda Functions
- Copy and paste the
api/templatefolder somewhere in theapifolder and rename it. - To require the
libinto 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.

