Skip to content

Commit

Permalink
Python: Update ses_generate_smtp_credentials.py with missing regions …
Browse files Browse the repository at this point in the history
…SES (#5694)

Update ses_generate_smtp_credentials.py

Added two missing European regions - Milan and Stockholm
  • Loading branch information
tymik authored Nov 27, 2023
1 parent ab6190b commit 84ef7a3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions python/example_code/ses/ses_generate_smtp_credentials.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@
"eu-central-1", # Europe (Frankfurt)
"eu-west-1", # Europe (Ireland)
"eu-west-2", # Europe (London)
"eu-south-1", # Europe (Milan)
"eu-north-1", # Europe (Stockholm)
"sa-east-1", # South America (Sao Paulo)
"us-gov-west-1", # AWS GovCloud (US)
]
Expand Down

0 comments on commit 84ef7a3

Please sign in to comment.