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
A profile should be created in the AWS Secrets Manager, containing the MongoDB Atlas Programmatic API Key.
29
29
30
-
Use [this template](../profile-secret.yaml) to create a [new CloudFormation stack](https://console.aws.amazon.com/cloudformation/home#/stacks/create) for the default profile that all resources will attempt to use unless a different override is specified.
30
+
Use [this template](profile-secret.yaml) to create a [new CloudFormation stack](https://console.aws.amazon.com/cloudformation/home#/stacks/create) for the default profile that all resources will attempt to use unless a different override is specified.
31
31
32
32
## Using the examples
33
33
Once your prerequisites are configured, use the examples in this folder as a starting template for a resource to quickly create a new AWS cdk application.
34
34
35
-
For example, the [cluster example](/l1-resources/cluster.ts) creates a project & cluster in your MongoDB Atlas organization, using a Typescript application. The example requires the following to be configured:
35
+
For example, the [cluster example](l1-resources/cluster.ts) creates a project & cluster in your MongoDB Atlas organization, using a Typescript application. The example requires the following to be configured:
36
36
* A new CDK application, in a folder named `cdk-testing`
37
37
```bash
38
38
cdk init app --language typescript
@@ -41,7 +41,7 @@ For example, the [cluster example](/l1-resources/cluster.ts) creates a project &
41
41
```bash
42
42
npm install awscdk-resources-mongodbatlas
43
43
```
44
-
* Replace the generated `lib/cdk-testing-stack.ts` file with the [cluster example](/l1-resources/cluster.ts) content
44
+
* Replace the generated `lib/cdk-testing-stack.ts` file with the [cluster example](l1-resources/cluster.ts) content
0 commit comments