AWS SAM

    AWS SAM CLI for LocalStack

    To deploy SAM applications on you can use samlocal, a wrapper for the .

    The samlocal command has the exact same usage as the underlying sam command. The main difference is that for commands like the operations will be executed against the LocalStack endpoints (http://localhost:4566 by default) instead of real AWS endpoints.

      • EDGE_PORT: Port number under which the LocalStack edge service is available (default: 4566)
      • : Host under which the LocalStack edge service is available (default: localhost)