Eduardo Dos Santos Vilke 2acfe1aa0e feat(localstack): add plugin (#12595) 7 月之前
..
README.md 2acfe1aa0e feat(localstack): add plugin (#12595) 7 月之前
localstack.plugin.zsh 2acfe1aa0e feat(localstack): add plugin (#12595) 7 月之前
sqs-send-result.png 2acfe1aa0e feat(localstack): add plugin (#12595) 7 月之前

README.md

Localstack plugin

CLI support for LOCALSTACK interaction

Description

To use it, add localstack to the plugins array in your zshrc file:

plugins=(... localstack)

Usage

This plugin supplies one command, lsk, through which all its features are exposed.

Commands

Command Description
lsk sqs-send <queue> <message.json> sends a given message in sqs to a given queue

Examples

staging