Skip to content
This repository has been archived by the owner on Nov 3, 2023. It is now read-only.

Commit

Permalink
Updating readme.md to put deprecation message. (#27)
Browse files Browse the repository at this point in the history
* Updating readme.md to put deprecation message.

* Fixup: Format Python code with Black

---------

Co-authored-by: jonathan.melia <jonathan.melia@engineering.digital.dwp.gov.uk>
Co-authored-by: DataWorks-CI <48289519+DataWorks-CI@users.noreply.github.com>
  • Loading branch information
3 people committed Nov 1, 2023
1 parent a59d300 commit 9d297b2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# DO NOT USE THIS REPO - MIGRATED TO GITLAB

# aws-sns-to-ses-mailer
AWS Lambda application to send emails via AWS SES using information recieved from AWS SNS notification

Expand Down
1 change: 0 additions & 1 deletion sns_to_ses_mailer.py
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,6 @@ def get_parameters(event):


def lambda_handler(event, context):

global mime_message_text
global mime_message_html
try:
Expand Down

0 comments on commit 9d297b2

Please sign in to comment.