localstack-aws-client
Execute AWS CLI commands against a LocalStack container for local AWS development and testing.
Instructions
Executes an AWS CLI command against the running LocalStack container using the 'awslocal' wrapper.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| command | Yes | The AWS CLI command to execute (e.g., 's3 ls', 'dynamodb list-tables'). Do not include 'awslocal' or 'aws'. |