Skip to content

Commit f17b99d

Browse files
committed
Using new stack details
1 parent fdf451a commit f17b99d

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

src/config.js

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,35 +2,35 @@ const dev = {
22
STRIPE_KEY: "pk_test_v1amvR35uoCNduJfkqGB8RLD",
33
s3: {
44
REGION: "us-east-1",
5-
BUCKET: "notes-app-2-api-dev-attachmentsbucket-1oaogqz41j2cn"
5+
BUCKET: "notes-app-2-api-dev-attachmentsbucket-6wbhcogxihbo"
66
},
77
apiGateway: {
88
REGION: "us-east-1",
99
URL: "https://api.serverless-stack.seed-demo.club/dev"
1010
},
1111
cognito: {
1212
REGION: "us-east-1",
13-
USER_POOL_ID: "us-east-1_iqXRspefz",
14-
APP_CLIENT_ID: "bpduum8ekmhembo472e9pfc9c",
15-
IDENTITY_POOL_ID: "us-east-1:9f3af084-0d22-415c-8f2f-23a8eed507f6"
13+
USER_POOL_ID: "us-east-1_riBVwCuuL",
14+
APP_CLIENT_ID: "481f4tml24658792d685ib9l05",
15+
IDENTITY_POOL_ID: "us-east-1:dedfd34a-9d7e-4bf2-a1dd-ef603bac2ecb"
1616
}
1717
};
1818

1919
const prod = {
2020
STRIPE_KEY: "pk_test_v1amvR35uoCNduJfkqGB8RLD",
2121
s3: {
2222
REGION: "us-east-1",
23-
BUCKET: "notes-app-2-api-prod-attachmentsbucket-175uttt3tvcyb"
23+
BUCKET: "notes-app-2-api-prod-attachmentsbucket-1h5n5ttet1hy0"
2424
},
2525
apiGateway: {
2626
REGION: "us-east-1",
2727
URL: "https://api.serverless-stack.seed-demo.club/prod"
2828
},
2929
cognito: {
3030
REGION: "us-east-1",
31-
USER_POOL_ID: "us-east-1_XUBDp4nnw",
32-
APP_CLIENT_ID: "44osnm1bl1vu4mhh1bva8jq36g",
33-
IDENTITY_POOL_ID: "us-east-1:aedd6077-5a37-489d-924e-adc8ea01dfcf"
31+
USER_POOL_ID: "us-east-1_Ko7Jw6kaT",
32+
APP_CLIENT_ID: "4uhibottdv2qs37vd9t4vod4cl",
33+
IDENTITY_POOL_ID: "us-east-1:f4c754b4-24f0-4754-8596-30afedece1fc"
3434
}
3535
};
3636

0 commit comments

Comments
 (0)