A 2017 meetup talk covering CI/CD fundamentals and how to implement them using AWS's native developer tools. The talk walks through the Source → Build → Test → Deploy pipeline and maps each stage to the relevant AWS service: CodeCommit for source control, CodeBuild for build and test automation, Device Farm for real-device app testing, CodeDeploy for automated deployments (EC2, Elastic Beanstalk, ECS, Lambda, and on-premise), and CodePipeline for orchestrating the entire release process. Includes a live demo repository for hands-on reference.
🔗 Demo code: https://github.com/petrabarus/aws-ci-cd-demo