A collection of wrappers around common libraries and utilities that can be used in Node.js/NPM projects.
npm install @exsoinn/aws-sdk-wrappers
- axios-client
- dynamo-db-client
- lambda-client
- lambda-wrapper
- redis-client
- s3-client
- sqs-client
- Fork the project
- Write the code to support your feature/fix/enhancement, etc.
- Add any unit tests, if applicable
- Run
npm test
to verify all tests pass and coverage requirements are met. - If all test pass, commit to source control, ensuring the commit message conforms to the Angular convention (see number 2 of this guide section).
- Create PR from your fork to the main repo.