-
Notifications
You must be signed in to change notification settings - Fork 4.3k
feat(lambda): support s3 OFD for Kinesis/DynamoDB #33739
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
(This review is outdated)
Exemption Request: We have reviewed the Readme file change for this feautre. It's still valid so we don't need a change in Readme file |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #33739 +/- ##
=======================================
Coverage 82.37% 82.37%
=======================================
Files 120 120
Lines 6933 6933
Branches 1169 1169
=======================================
Hits 5711 5711
Misses 1119 1119
Partials 103 103
Flags with carried forward coverage won't be shown. Click here to find out more.
🚀 New features to boost your workflow:
|
@roger-zhangg We should have integ tests to ensure the CDK generated template will be deployable and ideally assert that the infrastructure behaves as expected in terms of the S3 onFailureDestination config (For example, asserting that failures are indeed flowing to S3). A related existing test can be found here but it does not have assertions unfortunately. |
@roger-zhangg I see some READMEs are outdated as they only mentioned SNS or SQS as possible I am okay with updating the docs in separate PR though if you prefer. |
✅ Updated pull request passes all PRLinter validations. Dismissing previous PRLinter review.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM.
Thank you for contributing! Your pull request will be updated from main and then merged automatically (do not update manually, and be sure to allow changes to be pushed to your fork). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nit: small typo on the file name.
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 main and then merged automatically (do not update manually, and be sure to allow changes to be pushed to your fork). |
Comments on closed issues and PRs are hard for our team to see. |
Issue # (if applicable)
Closes #.
Reason for this change
Kinesis and DynamoDB has supported S3 as onFailureDestination.
Description of changes
The
supportS3OnFailureDestination
for kinesis and DynamoDB has changed to trueTests are updated to reflect this change.
Describe any new or updated permissions being added
No permission change
Description of how you validated changes
Test are run
Checklist
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license