chore: remove deprecated SES/SESReports tool - #264
Merged
Merged
Conversation
The SES Reports CloudFormation-deployed Lambda tool has not been maintained since 2019 and targets end-of-life runtimes: - Node.js: aws-sdk v2 was removed from Lambda Node.js 18+ runtime - Python: uses Python 2 print statement syntax For SES bounce/complaint reporting, use Amazon Pinpoint email dashboards instead. The tool remains available at tag v1.5.0 for anyone who still needs it: https://github.com/awslabs/aws-support-tools/tree/v1.5.0/SES/SESReports Closes #229, #60, #57
There was a problem hiding this comment.
Pull request overview
This PR removes the deprecated SES/SESReports/ CloudFormation/Lambda-based SES bounce/complaint reporting tool (which relies on end-of-life runtimes and unmaintained code), and updates repository documentation to reflect the removal while pointing users to Amazon Pinpoint email dashboards and the historical v1.5.0 tag.
Changes:
- Removed the entire
SES/SESReports/tool directory (CloudFormation template, Lambda package, templates, examples, and tool-specific docs/license). - Removed the
SESReportsentry from the root tool catalog (README.md). - Added a
v1.6.0changelog entry documenting the removal and linking to the last tag that still contains the tool.
Reviewed changes
Copilot reviewed 9 out of 11 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| SES/SESReports/ses-reports.yaml | Deleted the SESReports CloudFormation template. |
| SES/SESReports/README.md | Deleted tool-specific documentation for SESReports. |
| SES/SESReports/LICENSE | Deleted tool-scoped license file as part of tool removal. |
| SES/SESReports/lambda-dep-package/template/begin_new.html | Deleted SESReports HTML template asset. |
| SES/SESReports/lambda-dep-package/template/end_new.html | Deleted SESReports HTML template asset. |
| SES/SESReports/lambda-dep-package/node_modules/https/package.json | Deleted vendored dependency metadata within the removed tool package. |
| SES/SESReports/lambda-dep-package/index.js | Deleted SESReports Lambda implementation. |
| SES/SESReports/example/Jul-04-2018-15-42-10.html | Deleted example generated report HTML. |
| README.md | Removed SESReports from the repository-wide tool listing. |
| CHANGELOG.md | Added v1.6.0 entry documenting removal and migration guidance. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description of changes:
Removes the
SES/SESReports/folder. This CloudFormation-deployed Lambda tool has not been maintained since 2019 and targets end-of-life runtimes (Node.js aws-sdk v2 removed from Lambda 18+, Python 2 syntax).For SES bounce/complaint reporting, Amazon Pinpoint email dashboards provide native coverage.
The tool remains available at tag v1.5.0 for anyone who still needs it.
Closes #229, #60, #57
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.