@zibasec/aws-sdk-fips-wrapper

0.0.2 • Public • Published

Node Aws SDK Fips Wrapper

Automatically instantiates AWS services instances with validated Fips endpoint URLs.

Availability is determined by the fips-endpoints.json which is created by the verify-endpoints tool.

Installation

npm i @zibasec/aws-sdk-fips

Usage

Is similar to aws-sdk with some small changes.

const AWS = require('@zibasec/aws-sdk-fips')
const apigateway = AWS.APIGateway()

Notes:

  • There is no need to call new.
  • You can still pass in options when creating the new instance.

Testing

npm test

Notes

Readme

Keywords

Package Sidebar

Install

npm i @zibasec/aws-sdk-fips-wrapper

Weekly Downloads

2

Version

0.0.2

License

Apache-2.0

Unpacked Size

21.3 kB

Total Files

6

Last publish

Collaborators

  • defionscode