Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Week 5: Presentation Proposal (jmaragna-jrybak) #2392

Merged
merged 1 commit into from
Sep 2, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
26 changes: 26 additions & 0 deletions contributions/presentation/week5/jmaragna-jrybak/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
# Assignment Proposal

## Title

_AWS Cloud Development Kit - Define your cloud application resources using familiar programming languages_

## Names and KTH ID

- Jacopo Maragna (jmaragna@kth.se)
- Jakub Rybak (jrybak@kth.se)

## Deadline

- Week 5

## Category

- Presentation

## Description

We will demonstrate how the AWS Cloud Development Kit (AWS CDK) accelerates cloud development by enabling you to model your applications using familiar programming languages. Additionally, we will provide technical examples to help you get started and successfully implement these concepts.

**Relevance**

The topics covered are especially relevant to DevOps, as they enable managing infrastructure as code. This approach allows for version control and continuous deployment of changes to the target environment, leveraging AWS CloudFormation as the deployment engine.
Loading