You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -38,7 +38,7 @@ To perform this demo end to end as described in the [blog](link), the user needs
38
38
The steps to clone the repo and to set up AWS CDK project are listed below. Before running the commands below, be sure to [configure](https://docs.aws.amazon.com/cli/latest/userguide/cli-chap-configure.html) your AWS Credentials. Create a folder, open Terminal and navigate to the folder where the AWS CDK solution needs to be installed.
39
39
40
40
```
41
-
* `gh repo clone vaijusson/ADALogInsights` clone the project in a local folder
41
+
* `gh repo clone aws-samples/operational-insights-with-automated-data-analytics-on-aws` clone the project in a local folder
42
42
* `npm run build` compile typescript to js
43
43
* `npm run watch` watch for changes and compile
44
44
* `cdk deploy` deploy this stack to your default AWS account/region
0 commit comments