JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 158
  • Score
    100M100P100Q94606F
  • License Apache-2.0

Local AWS emulation. 98 services. One command.

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 cloudmock

    Or install globally:

    npm install -g cloudmock
    cloudmock

    What 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 ls