Skip to content

Commit c951765

Browse files
oltruongpraneetap
authored andcommitted
chore: typo in 2016-10-31.md (#979)
1 parent 17963b2 commit c951765

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@
99
- [ ] Write/update tests
1010
- [ ] `make pr` passes
1111
- [ ] Update documentation
12+
- [ ] Verify transformed template deploys and application functions as expected
13+
- [ ] Add/update example to `examples/2016-10-31`
1214

1315

1416
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

versions/2016-10-31.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -728,7 +728,7 @@ Location: # Both parameters are required
728728
```
729729

730730
#### DeadLetterQueue Object
731-
Specifies an SQS queue or SNS topic that AWS Lambda (Lambda) sends events to when it can't process them. For more information about DLQ functionality, refer to the officiall documentation at http://docs.aws.amazon.com/lambda/latest/dg/dlq.html. SAM will automatically add appropriate permission to your Lambda function execution role to give Lambda service access to the resource. `sqs:SendMessage` will be added for SQS queues and `sns:Publish` for SNS topics.
731+
Specifies an SQS queue or SNS topic that AWS Lambda (Lambda) sends events to when it can't process them. For more information about DLQ functionality, refer to the official documentation at http://docs.aws.amazon.com/lambda/latest/dg/dlq.html. SAM will automatically add appropriate permission to your Lambda function execution role to give Lambda service access to the resource. `sqs:SendMessage` will be added for SQS queues and `sns:Publish` for SNS topics.
732732

733733
Syntax:
734734

0 commit comments

Comments
 (0)