AWS cdk documentation change
Summary
Added 'Example' section headers in multiple code examples throughout the document.
Security assessment
Purely cosmetic/documentation structure changes with no security implications or content modifications.
Diff
diff --git a/cdk/v2/guide/assets.md b/cdk/v2/guide/assets.md index bb6f2add9..a326a94a7 100644 --- a//cdk/v2/guide/assets.md +++ b//cdk/v2/guide/assets.md @@ -50,0 +51,2 @@ The following example defines a local directory asset and a file asset. +###### Example + @@ -173,0 +176,2 @@ The code for the main AWS CDK app should look like the following. +###### Example + @@ -334,0 +339,2 @@ The following example uses deploy-time attributes to pass the location of an ima +###### Example + @@ -501,0 +508,2 @@ The following example grants an IAM group read permissions on a file asset. +###### Example + @@ -617,0 +626,2 @@ The following example defines a Docker image that is built locally and pushed to +###### Example + @@ -699,0 +710,2 @@ A common use case is to create an Amazon ECS [`TaskDefinition`](https://docs.aws +###### Example + @@ -846,0 +859,2 @@ The following example shows how to use the deploy-time attributes `repository` a +###### Example + @@ -994,0 +1009,2 @@ You can provide customized build arguments for the Docker build step through the +###### Example +