Skip to content

Instantly share code, notes, and snippets.

@kalinchernev
Created September 3, 2018 11:20
Show Gist options
  • Save kalinchernev/38a30456abb2629ff15af667a33e010f to your computer and use it in GitHub Desktop.
Save kalinchernev/38a30456abb2629ff15af667a33e010f to your computer and use it in GitHub Desktop.
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