localstack / aws-sam-cli-local

Simple wrapper around AWS SAM CLI for use with LocalStack
Apache License 2.0
48 stars 8 forks source link

AWS SAM CLI for LocalStack

This project provides the samlocal command line, a simple wrapper around the AWS SAM CLI for use with LocalStack.

Installation

Simply use pip to install samlocal as a Python library on your machine:

pip install aws-sam-cli-local

Usage

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

samlocal --help

Configuration

Change Log

License

This software library is released under the Apache License, Version 2.0.