![]() |
7 月之前 | |
---|---|---|
.. | ||
README.md | 7 月之前 | |
localstack.plugin.zsh | 7 月之前 | |
sqs-send-result.png | 7 月之前 |
CLI support for LOCALSTACK interaction
To use it, add localstack
to the plugins array in your zshrc file:
plugins=(... localstack)
This plugin supplies one command, lsk
, through which all its features are exposed.
Command | Description |
---|---|
lsk sqs-send <queue> <message.json> |
sends a given message in sqs to a given queue |