Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/raoufsezar/restapibydynamodb
this Rest api for CURD characters using dynamoDB
https://github.com/raoufsezar/restapibydynamodb
aws-cdk aws-dynamodb dynamodb expressjs nodejs rest-api
Last synced: 12 days ago
JSON representation
this Rest api for CURD characters using dynamoDB
- Host: GitHub
- URL: https://github.com/raoufsezar/restapibydynamodb
- Owner: RaoufSEZAR
- Created: 2021-11-02T16:35:46.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2021-11-02T16:49:51.000Z (about 3 years ago)
- Last Synced: 2024-04-17T01:10:31.519Z (7 months ago)
- Topics: aws-cdk, aws-dynamodb, dynamodb, expressjs, nodejs, rest-api
- Language: JavaScript
- Homepage:
- Size: 36.1 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# RestApiByDynamoDb
this Rest api for CURD characters using dynamoDB
## to start this api add .env file and inside it add 3 variables
```
AWS_ACCESS_KEY_ID=YOUR ACCESS KEY
AWS_SECRET_ACCESS_KEY=YOUR SECRET KEY
AWS_DEFAULT_REGION=YOUR REGION
```
Then in terminal write```
npm install
npm start
```