@advanon-ag/aws-access-utils
v2.2.9
Published
Library for accessing AWS services
Downloads
42
Readme
AWS access utils library
This library wraps access to AWS services. All services are accessed with usage of AWS X-Ray.
Installation
npm install aws-access-utils
Usage
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
.
Accessing local AWS services
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
.
Testing this library
To execute tests run npm test
.
Contributing
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.
License
Apache License 2.0, see LICENSE.