Skip to content

vijayvangapandu/aws-gateway-lambda

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

aws lambda gateway

The lambda implementation of the public api to photo service integraton.

To build and publish components, navigate to specific folder and run the below commands. ex: for auth module navigate to auth folder: cd auth To run mocha tests:

cd src
npm run test

To deploy to an environment, you will need an aws cli installed. To deploy to dev run:

cd src
npm run deploy

To deploy to prod run:

cd src
npm run deploy-prod

To release a new version run:

cd src
npm run release

Then manually update the version in packages.json to the next version.

How to test? curl -iv -H "Authorization: Bearer xyz" https://thpfdcy0sl.execute-api.us-west-2.amazonaws.com/qa/PhotoDataSave

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors