Nodejs_dynamoDB_app
This Application Create Language is Node.js and uses AWS SDK
Git Clone & npm install
git clone https://github.com/High-PO/Nodejs_dynamoDB_app.git
cd Nodejs_dynamoDB_app
npm ci
Work
GET Method POST Method
curl -d '{"id":"omy", "passwd":"1234"}' \
-H "Content-Type: application/json" \
-X POST http://<domain>:8080/ui
curl -d '{"id":"omy"}' \
-H "Content-Type: application/json" \
-X GET http://<domain>:8080/ui