@zibasec/aws-sdk-fips-wrapper
v0.0.2
Published
A node wrapper around AWS SDK which instantiates services with Fips Endpoints whenever available.
Downloads
1
Readme
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
- Certain endpoints are not currently not supported. See the model for notes.
- Other resources