localstack

Fully functional local AWS cloud stack for development and testing

brewmacoslinux
Try with needOr install directly
Source

About

Fully functional local AWS cloud stack

Commands

localstack

Examples

Start LocalStack with default services$ localstack start
Start LocalStack in Docker with S3 and DynamoDB services$ localstack start -d -e SERVICES=s3,dynamodb
Run AWS CLI commands against local S3$ aws s3 mb s3://my-bucket --endpoint-url=http://localhost:4566