0.2.0 • Published 3 years ago

@optoolco/fake-aws v0.2.0

Weekly downloads
62
License
-
Repository
github
Last release
3 years ago

Fake-AWS

This package contains a set of fake AWS servers that can be used as part of your integration test suite.

They implement an in memory version of the HTTP api so that you can use require('aws-sdk') to talk to them.

SERVERS IMPLEMENTED

Currently a subset of three of the clients is implemented as a fake server. Check out the READMEs for each directory to see what is implemented.

install

% npm install @optoolco/fake-aws

MIT License.