awscli-local

AWS CLI wrapper for LocalStack local cloud development

brewmacoslinux
Try with needOr install directly
Source

About

Thin wrapper around the `aws` command-line interface for use with LocalStack

Commands

awslocal

Examples

List S3 buckets in LocalStack$ awslocal s3 ls
Create a DynamoDB table locally$ awslocal dynamodb create-table --table-name MyTable --attribute-definitions AttributeName=id,AttributeType=S --key-schema AttributeName=id,KeyType=HASH --billing-mode PAY_PER_REQUEST
Invoke a Lambda function running in LocalStack$ awslocal lambda invoke --function-name my-function output.json