Skip to content

Commit

Permalink
Update ses_generate_smtp_credentials.py
Browse files Browse the repository at this point in the history
Added two missing European regions - Milan and Stockholm
  • Loading branch information
tymik authored and meyertst-aws committed Nov 27, 2023
1 parent 8fff6ee commit 46b8483
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 46b8483

Please sign in to comment.