Skip to content

Commit 8c5c4d9

Browse files
committed
feat: update post refactor
1 parent 960679f commit 8c5c4d9

31 files changed

Lines changed: 8494 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/constants`:**
365+
**Edit in `./src/components/SurpriseMeButton.tsx`:**
366366

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

372372
```console
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
[
2+
{
3+
"Source": {
4+
"StackName": "amplify-d2y1hd6iycv4j0-gen2main-branch-91af8367fe-analytics5794DE4A-3N60XHVAOPX7",
5+
"LogicalResourceId": "moodboardKinesisKinesisStreamD5E97047"
6+
},
7+
"Destination": {
8+
"StackName": "amplify-d2y1hd6iycv4j0-gen2main-branch-91af8367fe-analytics5794DE4A-3N60XHVAOPX7-holding",
9+
"LogicalResourceId": "moodboardKinesisKinesisStreamD5E97047"
10+
}
11+
}
12+
]

0 commit comments

Comments
 (0)