AWS CLI wrapper for LocalStack local cloud development
Thin wrapper around the `aws` command-line interface for use with LocalStack
awslocal$ awslocal s3 ls$ awslocal dynamodb create-table --table-name MyTable --attribute-definitions AttributeName=id,AttributeType=S --key-schema AttributeName=id,KeyType=HASH --billing-mode PAY_PER_REQUEST$ awslocal lambda invoke --function-name my-function output.json