File tree 2 files changed +12
-16
lines changed
2 files changed +12
-16
lines changed Original file line number Diff line number Diff line change @@ -300,19 +300,3 @@ wheelhouse
300
300
docs /.cache /
301
301
docs /public
302
302
node_modules
303
-
304
- # amplify
305
- docs /amplify /\# current-cloud-backend
306
- docs /amplify /.config /local- *
307
- docs /amplify /mock-data
308
- docs /amplify /backend /amplify-meta.json
309
- docs /amplify /backend /awscloudformation
310
- docs /build /
311
- docs /dist /
312
- docs /node_modules /
313
- aws-exports.js
314
- awsconfiguration.json
315
- amplifyconfiguration.json
316
- amplify-build-config.json
317
- amplify-gradle-config.json
318
- amplifytools.xcconfig
Original file line number Diff line number Diff line change
1
+ /* eslint-disable */
2
+
3
+ const awsmobile = {
4
+ "aws_project_region" : "eu-west-1" ,
5
+ "aws_cognito_identity_pool_id" : "eu-west-1:3df3caec-4bb6-4891-b154-ee940c8264b8" ,
6
+ "aws_cognito_region" : "eu-west-1" ,
7
+ "aws_kinesis_firehose_stream_name" : "ClickStreamKinesisFirehose-OGX7PQdrynUo" ,
8
+
9
+ } ;
10
+
11
+
12
+ export default awsmobile ;
You can’t perform that action at this time.
0 commit comments