Skip to content

Commit

Permalink
Add dispatch-to-raw SQS queue
Browse files Browse the repository at this point in the history
  • Loading branch information
philerooski committed Jul 11, 2024
1 parent 29fe072 commit f85c86d
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 0 deletions.
12 changes: 12 additions & 0 deletions config/develop/namespaced/sqs-dispatch-to-raw.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
template:
path: sqs-queue.yaml
parameters:
MessageRetentionPeriod: "1209600"
ReceiveMessageWaitTimeSeconds: "20"
VisibilityTimeout: "120"
SNSTopicSubscription: !stack_output_external "{{ stack_group_config.namespace }}-sns-dispatch::SnsTopicArn"
dependencies:
- develop/namespaced/sns-dispatch.yaml
stack_name: "{{ stack_group_config.namespace }}-sqs-dispatch-to-raw"
stack_tags:
{{ stack_group_config.default_stack_tags }}
12 changes: 12 additions & 0 deletions config/prod/namespaced/sqs-dispatch-to-raw.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
template:
path: sqs-queue.yaml
parameters:
MessageRetentionPeriod: "1209600"
ReceiveMessageWaitTimeSeconds: "20"
VisibilityTimeout: "120"
SNSTopicSubscription: !stack_output_external "{{ stack_group_config.namespace }}-sns-dispatch::SnsTopicArn"
dependencies:
- prod/namespaced/sns-dispatch.yaml
stack_name: "{{ stack_group_config.namespace }}-sqs-dispatch-to-raw"
stack_tags:
{{ stack_group_config.default_stack_tags }}

0 comments on commit f85c86d

Please sign in to comment.