Skip to content

Commit

Permalink
Update and rearrange order + name of steps
Browse files Browse the repository at this point in the history
  • Loading branch information
kutzilla committed Jun 17, 2024
1 parent 9f1602c commit 1118dc4
Show file tree
Hide file tree
Showing 5 changed files with 22 additions and 20 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ Repository for the viadee CDK educational challenge

1. https://viadee.github.io/cdk-challenge/vorbereitung
2. https://viadee.github.io/cdk-challenge/einrichtung
3. https://viadee.github.io/cdk-challenge/todo-app
4. https://viadee.github.io/cdk-challenge/postgres-db
5. https://viadee.github.io/cdk-challenge/webhook
3. https://viadee.github.io/cdk-challenge/message-app
4. https://viadee.github.io/cdk-challenge/sqs-connection
5. https://viadee.github.io/cdk-challenge/dynamo-db

16 changes: 16 additions & 0 deletions docs/_posts/2024-06-14-stufe-1-message-app.markdown
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
---
layout: post
title: "Stufe 1: Message-App Deployment als Lambda Function"
date: 2024-06-14 10:24:28 +0200
permalink: /message-app/
---

Nutzt ein bereitgestelltes Container Image mit einer Message-App und deploye sie als Lambda Function.
Die Applikation soll dann direkt als Lambda in der AWS GUI aufrufbar sein:

Hinweise:
- Gebt der Lambda Function einen Namen, der mit Eurem Team Namen beginnt.
- Registry / Image: `975050296970.dkr.ecr.eu-central-1.amazonaws.com/cdk-challenge-message-receiver:latest`
- ECR Registry-Name: `cdk-challenge-message-receiver`
- Wir empfehlen Euch ein Repository-Construct in eurem CDK-Project anzulegen, damit ihr die Lambda erzeugen könnt
- Zum Testen klickt bei Eurer Function auf Test und sendet ein SQS-Event (Vorlage: `sqs-receive-message`)
15 changes: 0 additions & 15 deletions docs/_posts/2024-06-14-stufe-1-todo-app.markdown

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
---
layout: post
title: "Stufe 2: TODO-APP mit Postgres-DB"
title: "Stufe 3: Message-App mit Dynamo-DB"
date: 2024-06-14 10:24:28 +0200
permalink: /postgres-db/
permalink: /dynamo-db/
---

Deployed die TODO-APP aus Level-1 mit einer Postgres-DB zur persistenten Datenhaltung.
Expand Down

0 comments on commit 1118dc4

Please sign in to comment.