Skip to content

Instantly share code, notes, and snippets.

@pgdaniel
Created January 12, 2022 23:21
Show Gist options
  • Save pgdaniel/f373d29970958b06876dc44a134e2426 to your computer and use it in GitHub Desktop.
Save pgdaniel/f373d29970958b06876dc44a134e2426 to your computer and use it in GitHub Desktop.
Localstack SQS quickstart
pip3 install localstack
localstack start
pip3 install awscli-local
awslocal sqs create-queue --queue-name <queue-name>
awslocal --endpoint-url=http://localhost:4566 sqs receive-message --queue-url <url-from-create-queue-above>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment