Skip to content

this project was created using Serverless Services (DynamoDB, Lambda), Middy (middleware) and Winston (customized Logger of dev stage and prod stage) and bunos auth0 integration. CORS ready for future integration.

License

Notifications You must be signed in to change notification settings

jepoycerujano/AWS_Serverless_DynamoDb_CRUD

Repository files navigation

aws-serverles-crud

What is this repository for?

  • this is to performed basic CRUD functions using lambda into dynamodb.
  • used a simple middleware Middy to mitigate basic http functions.
  • include Winston logger to capture logs base on development environment.

How do I get set up?

  • Setting up the Serverless function (for DEV stages only)
# NOTE: Always run the serverless function first
# one-time setup
npm install -g serverless # optional in case you have it already
npm install
sls dynamodb install
# run the service in your local
npm run startwin

open Postman, import myPostman.json and Run

About

this project was created using Serverless Services (DynamoDB, Lambda), Middy (middleware) and Winston (customized Logger of dev stage and prod stage) and bunos auth0 integration. CORS ready for future integration.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published