https://github.com/simalexan/api-lambda-delete-dynamodb
https://github.com/simalexan/api-lambda-delete-dynamodb
api-gateway aws-lambda delete dynamodb serverless
Last synced: about 14 hours ago
JSON representation
- Host: GitHub
- URL: https://github.com/simalexan/api-lambda-delete-dynamodb
- Owner: simalexan
- Created: 2018-05-29T13:39:11.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2020-01-19T23:52:27.000Z (about 5 years ago)
- Last Synced: 2025-02-16T09:41:16.710Z (about 2 months ago)
- Topics: api-gateway, aws-lambda, delete, dynamodb, serverless
- Language: JavaScript
- Size: 7.81 KB
- Stars: 4
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- jimsghstars - simalexan/api-lambda-delete-dynamodb - (JavaScript)
README
# Api Gateway -> Lambda (Delete) -> DynamoDB
## Description
This is a serverless component consisting of:
- an API Gateway, receiving the request data
- a Lambda function, processes the request params and **deletes one** item from
- 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 - 1.1.0
- Upgraded to Node.js 12.x LTS
## Roadmap - Upcoming changes
Here are the upcoming changes that I'll add to this serverless component:
- ESLint
- Tests