Skip to content

Commit 960679f

Browse files
committed
chore: update README
1 parent 756ccbd commit 960679f

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

amplify-migration-apps/mood-board/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -362,11 +362,11 @@ git checkout gen2-main
362362
- // s3Bucket.bucketName = '...';
363363
+ s3Bucket.bucketName = '...';
364364
```
365-
**Edit in `./src/components/SurpriseMeButton.tsx`:**
365+
**Edit in `./src/constants`:**
366366

367367
```diff
368-
- const STREAM_NAME = 'moodboardKinesis-gen2-main';
369-
+ const STREAM_NAME = 'moodboardKinesis-main';
368+
- export const KINESIS_STREAM_NAME = 'moodboardKinesis-gen2-sandbox';
369+
+ export const KINESIS_STREAM_NAME = 'moodboardKinesis-main';
370370
```
371371

372372
```console

0 commit comments

Comments
 (0)