We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 756ccbd commit 960679fCopy full SHA for 960679f
1 file changed
amplify-migration-apps/mood-board/README.md
@@ -362,11 +362,11 @@ git checkout gen2-main
362
- // s3Bucket.bucketName = '...';
363
+ s3Bucket.bucketName = '...';
364
```
365
-**Edit in `./src/components/SurpriseMeButton.tsx`:**
+**Edit in `./src/constants`:**
366
367
```diff
368
-- const STREAM_NAME = 'moodboardKinesis-gen2-main';
369
-+ const STREAM_NAME = 'moodboardKinesis-main';
+- export const KINESIS_STREAM_NAME = 'moodboardKinesis-gen2-sandbox';
++ export const KINESIS_STREAM_NAME = 'moodboardKinesis-main';
370
371
372
```console
0 commit comments