https://github.com/advanon/aws-access-utils
Public library for accessing AWS services
https://github.com/advanon/aws-access-utils
aws xray
Last synced: about 2 months ago
JSON representation
Public library for accessing AWS services
- Host: GitHub
- URL: https://github.com/advanon/aws-access-utils
- Owner: Advanon
- License: apache-2.0
- Created: 2019-04-03T10:56:32.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2023-01-06T02:33:55.000Z (over 3 years ago)
- Last Synced: 2025-05-07T11:56:57.080Z (about 1 year ago)
- Topics: aws, xray
- Language: TypeScript
- Size: 1.44 MB
- Stars: 2
- Watchers: 4
- Forks: 0
- Open Issues: 14
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
[](https://eu-central-1.console.aws.amazon.com/codesuite/codebuild/projects/global-dev-aws-access-utils-tf-pr-build)
# 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](LICENSE.md).