Talks and Presentations
CI/CD at Enterprise Scale: Building CI/CD Pipelines with Self-Hosted GitHub Actions on AWS CodeBuild
Discover how PostNL is transitioning to a serverless CI/CD solution by hosting GitHub Actions on AWS CodeBuild. This session dives into the architecture and practices that centralized workflows in a single AWS account while maintaining scalability and security. Attendees will gain practical insights into setup, cost optimization, and best practices for managing workflows in a large AWS organization environment.
Next-Level Infrastructure as Code with AWS CDK and LocalStack
You know the AWS Cloud Development Kit (CDK) lets you define infrastructure as code using programming languages like TypeScript and Python, but what if you could do much more than that? In this talk, we will see code: from CDK Constructs and Aspects to fine-grained assertions. Then, we will explore the powerful combination of CDK and LocalStack, showing how simulating AWS environments locally or in CI can help you level up your infrastructure. When you walk out of this session, you will learn how to structure your AWS CDK projects with TypeScript, when and how to apply fine-grained assertions for regression testing and how to apply best practices with reusable CDK Constructs and enforce consistency with Aspects. Additionally, you will learn why LocalStack can be the best friend of your CDK project.