Capturing Detailed Amazon SES Email Logs in CloudWatch Logs I'll explore the available SES event destinations and provide three practical options to capture and store detailed SES event logs in CloudWatch Logs.
Solving the ECS Task Definition Update Challenge in CodePipeline Deployments The ECS Deploy action in CodePipeline updates the service with the Task Definition currently associated with the running service, not the latest one you've registered. Any changes to the Task Definition won't be applied unless you force the service to use the newest Task Definition.
Automating AWS Lambda Deployment with Container Images using CodePipeline and CodeBuild This article walks you through automating the packaging and deployment of Lambda code in a Docker container using AWS CodePipeline and AWS CodeBuild, with the source code stored in a private GitHub repository.