Skip to content

DannyChowGitHub/aws-nodejs-integration

Repository files navigation

aws-nodejs-integration

Interview questions in AWS

branches

master is including the questions related to upload file to s3 and trigger the dynamodb saving.

api-gateway is including the questions of using aws api gateway as a event trigger.

Serverless deployment

NOTE: it should have a CI/CD environment for deployment in the real project

serverless deploy --aws-profile {aws-profile}

the profile of your aws account.

Run local debug

NOTE: it should implement Serverless AWS lambda invoke to run the code locally in the real project plus, a .env file to run the project locally, check the .env.example

yarn run-local

Run unit test

NOTE: it should also cover test coverage in the real project, and some of the libs are my real projects libraries so I didn't involve tests on them

yarn test

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published