Skip to content

Commit

Permalink
Merge branch 'main' into kmsEncryptBucket
Browse files Browse the repository at this point in the history
  • Loading branch information
kstribrnAmzn authored Apr 6, 2023
2 parents 7711866 + 33674e9 commit 15aa8f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cloud_templates/user_guides/kinesis_guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ If you are interested in using the CloudFormation templates more than just for d
2. Run `python -m pip install -r requirements.txt` and `python -m pip install -r requirements.txt` to install the dependencies.
3. Go through the `README.md` file to learn about the context parameters that need to be set by you prior to deployment.
4. Set the context parameter values either by changing `cdk.json` file or by using the command line.
1. To create a command line context variable, use the **`—-context (-c) option`**, as shown in the following example: `$ cdk cdk synth -c bucket_name=mybucket`
1. To create a command line context variable, use the **`—-context (-c) option`**, as shown in the following example: `$ cdk synth -c bucket_name=mybucket`
2. To specify the same context variable and value in the `cdk.json` file, use the following code.`
{"context": { "bucket_name": "mybucket"}`
5. Run `cdk synth` to emit the synthesized CloudFormation template.
Expand Down

0 comments on commit 15aa8f1

Please sign in to comment.