Four things I don't automate with the AWS CDK (or any IaC tool): - SES Setups (Email) - Secrets - Route 53 records (DNS) - ACM (Certificates)
Can you create email identities for SES or phone identities for SNS through CDK? (AWS Pinpoint included)
Nope does not look like you can (not even supported by CFN)
You can, but it requires a custom resource to do the verification domain verification. I use this package: github.com/seeebiii/ses-v…
github.com
GitHub - seeebiii/ses-verify-identities: AWS CDK constructs to verify SES identities like domains...
AWS CDK constructs to verify SES identities like domains and email addresses. - seeebiii/ses-verify-identities
Ahh Custom Resource with the good old fashion SDK/API. Thanks adding to my list of things that can be automated now :)
The built-in CDK construct for ACM certificates provides domain verification as well which is nice.
United States Trends
- 1. Northern Lights 38.3K posts
- 2. #DWTS 50.8K posts
- 3. #Aurora 7,925 posts
- 4. Justin Edwards 2,138 posts
- 5. Louisville 17.5K posts
- 6. #RHOSLC 6,497 posts
- 7. #OlandriaxHarpersBazaar 4,882 posts
- 8. Creighton 2,061 posts
- 9. Andy 60.1K posts
- 10. Gonzaga 2,721 posts
- 11. Lowe 12.5K posts
- 12. #GoAvsGo 1,486 posts
- 13. Oweh 2,071 posts
- 14. JT Toppin N/A
- 15. Sabonis 5,791 posts
- 16. H-1B 29.2K posts
- 17. Elaine 36.2K posts
- 18. Celtics 12.3K posts
- 19. Kentucky 25.2K posts
- 20. Zags N/A
Something went wrong.
Something went wrong.