This Application Create Language is Node.js and uses AWS SDK
Use Stack :
- AWS_SDK
- DynamoDB
- AWS_CLI
- Docker
- git
- cURL
- Node.js
<DynamoDB_Region>
DynamoDB_Region
in your DynamoDB region
<DynamoDB_Name>
DynamoDB_Name
in your DynamoDB Name
<Access_ID>
Access_ID
in your AWS IAM User AWS Access_ID
<Secret_Access_Key>
Secret_Access_Key
in your AWS IAM User AWS Secret_Access_Key
<Region>
Region
in your AWS Region
git clone https://github.com/High-PO/Nodejs_dynamoDB_app.git
docker build -t nodymo:2.3 .
POST Method
curl -d '{"id":"omy", "passwd":"1234"}' \
-H "Content-Type: application/json" \
-X POST http://<domain>:8080/ui
GET Method
curl -d '{"id":"omy"}' \
-H "Content-Type: application/json" \
-X GET http://<domain>:8080/ui
docker run - d -p 8080:8080 nodymo:2.3