Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/simalexan/api-lambda-save-dynamodb
Deploy instantly on Serverless Application Repository
https://github.com/simalexan/api-lambda-save-dynamodb
api-gateway aws-lambda dynamodb save serverless
Last synced: 4 months ago
JSON representation
Deploy instantly on Serverless Application Repository
- Host: GitHub
- URL: https://github.com/simalexan/api-lambda-save-dynamodb
- Owner: simalexan
- Created: 2018-05-13T23:26:32.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2021-11-03T14:42:25.000Z (over 3 years ago)
- Last Synced: 2024-10-11T21:26:20.291Z (4 months ago)
- Topics: api-gateway, aws-lambda, dynamodb, save, serverless
- Language: JavaScript
- Homepage: https://serverlessrepo.aws.amazon.com/applications/arn:aws:serverlessrepo:us-east-1:375983427419:applications~api-lambda-save-dynamodb
- Size: 65.4 KB
- Stars: 59
- Watchers: 6
- Forks: 21
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- jimsghstars - simalexan/api-lambda-save-dynamodb - Deploy instantly on Serverless Application Repository (JavaScript)
README
# Api Gateway -> Lambda (Put) -> DynamoDB
## Description
This is a serverless component consisting of:
- an API Gateway, receiving request data
- a Lambda function, that processes that data and saves
- a DynamoDB table, where all your data is stored.Aside from this main functionality, its important features are:
- Supports CORS
- Written in Node.js
- Easily composable into your other app components by adding triggers to its DynamoDB table## Latest Release - 2.1.0
Upgrading the Node.js release to 12.x LTS
## Future Release
Switch to AWS CDK
## Roadmap - Upcoming changes
Here are the upcoming changes that I'll add to this serverless component:
- TypeScript
- Potentially converting to an AWS CDK component on SAR
- ESLint
- Tests