Skip to content

docs(lambda-destination): add onFailure destination example and be explicit about the type of SQS queue that can be used#17283

Merged
mergify[bot] merged 41 commits intoaws:masterfrom
RichardWatkins1:chore-lambda-destinations-add-dlq-example
Dec 18, 2021
Merged

docs(lambda-destination): add onFailure destination example and be explicit about the type of SQS queue that can be used#17283
mergify[bot] merged 41 commits intoaws:masterfrom
RichardWatkins1:chore-lambda-destinations-add-dlq-example

Conversation

@RichardWatkins1
Copy link
Copy Markdown
Contributor


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

closes #13793

@gitpod-io
Copy link
Copy Markdown

gitpod-io bot commented Nov 2, 2021

@RichardWatkins1 RichardWatkins1 changed the title chore(lambda-destination) add onFailure destination example chore(aws-lambda-destination) add onFailure destination example Nov 2, 2021
@RichardWatkins1 RichardWatkins1 changed the title chore(aws-lambda-destination) add onFailure destination example chore(lambda-destination): add onFailure destination example Nov 2, 2021
@RichardWatkins1 RichardWatkins1 marked this pull request as ready for review November 3, 2021 12:32
@RichardWatkins1 RichardWatkins1 changed the title chore(lambda-destination): add onFailure destination example chore(lambda-destination): add onFailure destination example and be explicit about the type of SQS queue that can be used Nov 3, 2021
@RichardWatkins1 RichardWatkins1 changed the title chore(lambda-destination): add onFailure destination example and be explicit about the type of SQS queue that can be used chore(lambda-destination): doc - add onFailure destination example and be explicit about the type of SQS queue that can be used Nov 3, 2021
@RichardWatkins1 RichardWatkins1 changed the title chore(lambda-destination): doc - add onFailure destination example and be explicit about the type of SQS queue that can be used chore(lambda-destination): docs - add onFailure destination example and be explicit about the type of SQS queue that can be used Nov 3, 2021
Copy link
Copy Markdown
Contributor

@nija-at nija-at left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for the docs update @RichardWatkins1.

Couple of comments below.


* Lambda function
* SQS queue
* Standard SQS queue
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

FIFO queues are supported for successful invocations, right?

Copy link
Copy Markdown
Contributor Author

@RichardWatkins1 RichardWatkins1 Nov 16, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes sorry you're right will update 👍

})
```

*Only standard SQS queues are supported for failure destinations, FIFO queues are not supported.
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can you move this statement to line 20?

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Will do 👍

@mergify mergify bot dismissed nija-at’s stale review November 17, 2021 14:53

Pull request has been modified.

@kaizencc kaizencc changed the title chore(lambda-destination): docs - add onFailure destination example and be explicit about the type of SQS queue that can be used docs(lambda-destination): add onFailure destination example and be explicit about the type of SQS queue that can be used Dec 18, 2021
@mergify
Copy link
Copy Markdown
Contributor

mergify bot commented Dec 18, 2021

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-cdk-automation
Copy link
Copy Markdown
Collaborator

AWS CodeBuild CI Report

  • CodeBuild project: AutoBuildProject89A8053A-LhjRyN9kxr8o
  • Commit ID: 26b51ee
  • Result: SUCCEEDED
  • Build Logs (available for 30 days)

Powered by github-codebuild-logs, available on the AWS Serverless Application Repository

@mergify mergify bot merged commit 6a6bf65 into aws:master Dec 18, 2021
@mergify
Copy link
Copy Markdown
Contributor

mergify bot commented Dec 18, 2021

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).

@RichardWatkins1 RichardWatkins1 deleted the chore-lambda-destinations-add-dlq-example branch December 27, 2021 16:17
TikiTDO pushed a commit to TikiTDO/aws-cdk that referenced this pull request Feb 21, 2022
…plicit about the type of SQS queue that can be used (aws#17283)

----

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

closes aws#13793
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

(aws-lambda-destinations): update docs to warn users that Fifo queues aren't supported as destinations

5 participants