-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update and rearrange order + name of steps
- Loading branch information
Showing
5 changed files
with
22 additions
and
20 deletions.
There are no files selected for viewing
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
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,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`) |
This file was deleted.
Oops, something went wrong.
File renamed without changes.
4 changes: 2 additions & 2 deletions
4
...s/2024-06-14-stufe-2-postgres-db.markdown → ...s/2024-06-14-stufe-3-postgres-db.markdown
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