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
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -104,6 +104,10 @@ This will enabling sample request to visualize the access patterns and drill int
104
104
105
105
If this is the first time you have run the CDK, you may need to [Bootstrap](https://docs.aws.amazon.com/cdk/latest/guide/bootstrapping.html) your account. If you have multiple deployment targets see also [Specifying up your environment](https://docs.aws.amazon.com/cdk/latest/guide/cli.html#cli-environment) in the CDK documentation.
106
106
107
+
```
108
+
cdk bootstrap
109
+
```
110
+
107
111
To bootstrap and deploy, you will require permissions create AWS CloudFormation Stacks and the associated resources for your current execution role.
108
112
109
113
If you have cloned this notebook into SageMaker Studio, you can find your user's role by browsing to the Studio dashboard.
@@ -120,10 +124,6 @@ Browse to the [IAM](https://console.aws.amazon.com/iam) section in the console,
0 commit comments