Package Exports
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 (cloudmock) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
cloudmock
Local AWS emulation. 25 services. One command.
Install
npx cloudmockOr install globally:
npm install -g cloudmock
cloudmockWhat this does
This npm package downloads the pre-built CloudMock binary for your platform
(macOS, Linux, Windows on arm64/x64) and runs it. The binary is cached at
~/.cloudmock/bin/ so subsequent runs start instantly.
Usage
# Start CloudMock
npx cloudmock
# Point your AWS SDK at it
aws --endpoint-url=http://localhost:4566 s3 lsLinks
- Documentation
- GitHub
- License (Apache-2.0)