Skip to content

AndreiSavelyev1989/aws-course-nodejs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

aws-course-nodejs


This is backend starter project for nodejs-aws mentoring program. It uses the following technologies:


Back-end (products-service)

Lambda Description Method URL
getProductsList get ALL products GET https://7cpjwag9z8.execute-api.us-east-1.amazonaws.com/dev/products
getProductsById get ONE product in JSON by id GET https://7cpjwag9z8.execute-api.us-east-1.amazonaws.com/dev/products/{id}
createProduct create new product (request body example: {body: {description: string, title: string, price: number, count: number}}) POST https://7cpjwag9z8.execute-api.us-east-1.amazonaws.com/dev/products

Back-end (import-service)

endpoint: GET - https://il1zyekruc.execute-api.us-east-1.amazonaws.com/dev/import

Front-end

Swagger

https://6hecz00qhk.execute-api.us-east-1.amazonaws.com/swagger

Available Scripts

To deploy to AWS use

npm run deploy

To run tests use

npm run test

To generate Swagger documentation use

npm run swagger:generate

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published