docs(lambda-destination): add onFailure destination example and be explicit about the type of SQS queue that can be used#17283
Conversation
nija-at
left a comment
There was a problem hiding this comment.
Thanks for the docs update @RichardWatkins1.
Couple of comments below.
|
|
||
| * Lambda function | ||
| * SQS queue | ||
| * Standard SQS queue |
There was a problem hiding this comment.
FIFO queues are supported for successful invocations, right?
There was a problem hiding this comment.
Yes sorry you're right will update 👍
| }) | ||
| ``` | ||
|
|
||
| *Only standard SQS queues are supported for failure destinations, FIFO queues are not supported. |
There was a problem hiding this comment.
Can you move this statement to line 20?
…ithub.com/RichardWatkins1/aws-cdk into chore-lambda-destinations-add-dlq-example
Pull request has been modified.
…ithub.com/RichardWatkins1/aws-cdk into chore-lambda-destinations-add-dlq-example
…ithub.com/RichardWatkins1/aws-cdk into chore-lambda-destinations-add-dlq-example
Co-authored-by: Kaizen Conroy <36202692+kaizen3031593@users.noreply.github.com>
|
Thank you for contributing! Your pull request will be updated from master and then merged automatically (do not update manually, and be sure to allow changes to be pushed to your fork). |
AWS CodeBuild CI Report
Powered by github-codebuild-logs, available on the AWS Serverless Application Repository |
|
Thank you for contributing! Your pull request will be updated from master and then merged automatically (do not update manually, and be sure to allow changes to be pushed to your fork). |
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license
closes #13793