Skip to content

Commit

Permalink
Update info in step 3
Browse files Browse the repository at this point in the history
  • Loading branch information
kutzilla committed Jun 17, 2024
1 parent 7d87930 commit 18c058e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/_posts/2024-06-14-stufe-3-dynamo-db.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ Hinweise:

- Deployed eine Dynamo-DB mittels CDK:
- Erzeugt einen Partition-Key mit dem Namen `id` vom Typ `String`.
- Erzeugt ein Table mit Eurem Teamnamen vorne weg.
- Setzt die `removalPolicy` für die Instanz auf `DESTROY`.
- Erzeugt einw Tabelle mit Eurem Teamnamen vorne weg.
- Setzt die `removalPolicy` für die Tabelle auf `DESTROY`, damit Euer Stack reproduzierbar gebaut werden kann.
- Bindet die Datenbank an die Message-Function an.
- Setzt die Umgebungsvariable in `DYNAMODB_TABLE_NAME`: `<TABLE_NAME>`
- Fügt der Lambda-Function eine Policy mit der Action `dynamodb:PutItem` und dem Effect `ALLOW` auf die Table-Resource hinzu.
Expand Down

0 comments on commit 18c058e

Please sign in to comment.