Skip to content

Instantly share code, notes, and snippets.

@enricop89
Created April 18, 2020 10:38
Show Gist options
  • Save enricop89/3fef123c0a4adcfa237c34569cf2c04a to your computer and use it in GitHub Desktop.
Save enricop89/3fef123c0a4adcfa237c34569cf2c04a to your computer and use it in GitHub Desktop.
CF Lambda DLQ example
Resources:
MyFunction:
Type: AWS::Lambda::Function
Properties:
DeadLetterConfig:
TargetArn: arn:aws:sqs:us-east-2:123456789012:dlq
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment