localstack-aws-client
Execute AWS CLI commands against LocalStack for local development and testing without requiring 'awslocal' prefix.
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'. |