実行

docker pull localstack/localstack
docker run -it -p 4567-4582:4567-4582 -p 8080:8080 localstack/localstack

sqs cli実行

aws sqs create-queue \
       --queue-name 'SAMPLE' \
       --region ap-northeast-1 \
       --endpoint-url http://localhost:4576 \
       --profile xx

トップ   編集 凍結 差分 履歴 添付 複製 名前変更 リロード   新規 一覧 検索 最終更新   ヘルプ   最終更新のRSS
Last-modified: 2022-10-14 (金) 13:16:53