This library wraps access to AWS services. All services are accessed with usage of AWS X-Ray.
npm install aws-access-utils
Import module and start using it as specified in https://github.com/aws/aws-sdk-js
List of wrapped AWS services
- AWS
- DynamoDb
- SES
- SNS
- StepFunctions
- SSM
- Lambda
For full list of functionality see index.js
.
This library provides also ways of accessing local instances of AWS services. Local access to AWS services is configured using environment variables.
If no environment variables are specified, default values are used. For more info see /src/config.js
.
To execute tests run npm test
.
Feedback, bug reports, and pull requests are welcome.
For pull requests, make sure to follow the following guidelines:
- Add tests for each new feature and bug fix.
- Follow the existing code style, enforced by eslint.
- Separate unrelated changes into multiple pull requests.
Apache License 2.0, see LICENSE.