JSPM

aws-access-utils

2.1.0
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 6
  • Score
    100M100P100Q30576F
  • License Apache License 2.0

Library for accessing AWS services

Package Exports

  • aws-access-utils

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (aws-access-utils) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

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.