From 4f1b0bacb8eca8f6d3bb0a1bff8d3e919ba24e0f Mon Sep 17 00:00:00 2001 From: Massimiliano Angelino Date: Fri, 3 Nov 2023 16:09:04 +0100 Subject: [PATCH] doc(ui): added instructions on how to get the amplify settings --- lib/user-interface/react-app/README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/lib/user-interface/react-app/README.md b/lib/user-interface/react-app/README.md index f58232b23..c77e44a14 100644 --- a/lib/user-interface/react-app/README.md +++ b/lib/user-interface/react-app/README.md @@ -14,6 +14,12 @@ You will need the CloudFormation Output values displayed after completion in the See `.env.template` for the variables, and replace with the Output values from the previous step. +Alternatively you can grab the `aws-exports.json` from the CloudFront distribution endpoint you obtained from the CDK Output, and save it into `./lib/user-interface/react-app/public/` folder. + +The URL is something like: + +https://dxxxxxxxxxxxx.cloudfront.net/aws-exports.json + ### Build and run local dev server ```