mirror of
https://github.com/serverless/serverless.git
synced 2026-01-25 15:07:39 +00:00
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.
Resources
Description
⚡ Serverless Framework – Build web, mobile and IoT applications with serverless architectures using AWS Lambda, Azure Functions, Google CloudFunctions & more! –
Languages
JavaScript
97.1%
Go
1.2%
Java
0.8%
Shell
0.4%
Python
0.2%

