Skip to content

Instantly share code, notes, and snippets.

@mohsiur

mohsiur/sqs.yaml Secret

Last active June 23, 2021 17:12
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mohsiur/4a9257cb0e71122fb8100ea7acf52079 to your computer and use it in GitHub Desktop.
Save mohsiur/4a9257cb0e71122fb8100ea7acf52079 to your computer and use it in GitHub Desktop.
sqs.yaml
queues:
- name: example-queue-dlq
type: standard
access_policy: basic
env:
- production
- dev
- name: example-queue
type: standard
access_policy: basic
visibility_timeout_seconds: 10
dlq:
name: example-queue-dlq
max_recieve_count: 1
env:
- production
- dev
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment