-
Notifications
You must be signed in to change notification settings - Fork 428
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
26 additions
and
0 deletions.
There are no files selected for viewing
26 changes: 26 additions & 0 deletions
26
contributions/presentation/week5/jmaragna-jrybak/README.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 ([email protected]) | ||
- Jakub Rybak ([email protected]) | ||
|
||
## 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. |