Skip to content

Advanced Videos

Rico Huijbers edited this page Dec 8, 2019 · 1 revision

Some video session about CDK we've collected.

Deep Dive into the AWS Cloud Development Kit (2019)

Click to see details In this session, you develop an AWS CDK application and learn how to quickly assemble AWS infrastructure. We explore the AWS Construct Library and show you how easy it is to configure your cloud resources, manage permissions, connect event sources, and build and publish your own constructs.

Presenters: Jason Fulghum & Elad Ben-Israel

Deep Dive into the AWS Cloud Development Kit

Contributing to the AWS Construct Library (2019)

Click to see the details In this session, we discuss the design patterns and considerations in the AWS Construct Library, all in the context of a new contribution to the project that we’ll live code in TypeScript on stage.

Presenters: Lee Packham & Rico Huijbers

Contributing to the AWS Construct Library

Modeling AWS infrastructure with the AWS CDK (2019)

Click to see the details

This is a two-part live coding session on building your AWS infrastructure using the AWS CDK. The AWS Cloud Development Kit (AWS CDK), is an open source software development framework that makes it easy for developers to model and provision cloud native applications using familiar tools and programming languages. AWS CDK accelerates your application development velocity by giving you the familiarity and expressive power of object oriented programming languages and the simplicity of higher-level abstractions for AWS services that encapsulate AWS best practices, removing the need to worry about detailed configuration.

Presenters: Nicki Stone & Elad Ben-Israel

Modeling AWS infrastructure with the AWS CDK | Part 1

Modeling AWS infrastructure with the AWS CDK | Part 2