Skip to content

joquijada/aws-sdk-wrappers

Repository files navigation

aws-sdk-wrappers

A collection of wrappers around common libraries and utilities that can be used in Node.js/NPM projects.

Table of Contents

Install

npm install @exsoinn/aws-sdk-wrappers

Libraries

  • axios-client
  • dynamo-db-client
  • lambda-client
  • lambda-wrapper
  • redis-client
  • s3-client
  • sqs-client

For Developers

  1. Fork the project
  2. Write the code to support your feature/fix/enhancement, etc.
  3. Add any unit tests, if applicable
  4. Run npm test to verify all tests pass and coverage requirements are met.
  5. If all test pass, commit to source control, ensuring the commit message conforms to the Angular convention (see number 2 of this guide section).
  6. Create PR from your fork to the main repo.