Skip to content

Commit

Permalink
Update config.rst, add documentation for DLQ
Browse files Browse the repository at this point in the history
  • Loading branch information
Chuck Logan Lim committed Mar 23, 2017
1 parent 8981283 commit 6d7917b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/config.rst
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@ Stages, such as *dev*, *staging*, and *production* are configured in the *zappa_
"zip": "my_app.zip_callback", // After creating the package
"post": "my_app.post_callback", // After command has excuted
},
"dead_letter_config": { // Optional Dead Letter configuration for when Lambda async invoke fails thrice
"target_arn": "arn:aws:<sns/sqs>:::my-queue" // The ARN of the SNS/SQS topic/queue to use as the DLQ
},
"debug": true
"delete_zip": true
"domain": "yourapp.yourdomain.com",
Expand Down

0 comments on commit 6d7917b

Please sign in to comment.