Skip to content

Public library for accessing AWS services

License

Notifications You must be signed in to change notification settings

Advanon/aws-access-utils

Repository files navigation

Build Status

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.

About

Public library for accessing AWS services

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •