Created
September 3, 2018 11:20
-
-
Save kalinchernev/38a30456abb2629ff15af667a33e010f to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
secondaryHandler: | |
handler: path/to/immortal-handlerDlq.handler | |
name: immortal-handlerDql | |
environment: | |
REGION: eu-west-1 | |
# ECS task to execute handler without timeout limitations | |
RUNNER: runner | |
# Required for runTask API call, preliminary created on AWS. | |
SUBNET: subnet-xxxxxxxx | |
... | |
events: | |
- sqs: | |
arn: | |
Fn::GetAtt: | |
- SQSFailureQueue | |
- Arn |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment