AWS prescriptive-guidance documentation change
Summary
1. Replaced curly apostrophes with straight apostrophes in two sentences 2. Updated image paths for dependencies and release pipeline diagrams
Security assessment
Changes involve typographical corrections and image path updates without modifying security content. No references to vulnerabilities, security features, or compliance requirements.
Diff
diff --git a/prescriptive-guidance/latest/best-practices-cdk-typescript-iac/version-control-best-practices.md b/prescriptive-guidance/latest/best-practices-cdk-typescript-iac/version-control-best-practices.md index 67806d1cb..66c450665 100644 --- a//prescriptive-guidance/latest/best-practices-cdk-typescript-iac/version-control-best-practices.md +++ b//prescriptive-guidance/latest/best-practices-cdk-typescript-iac/version-control-best-practices.md @@ -19 +19 @@ Semantic versioning (Semver) is a set of rules, or method, for providing unique - * A MINOR version consists of functionality that’s added in a backwards-compatible manner. + * A MINOR version consists of functionality that's added in a backwards-compatible manner. @@ -34 +34 @@ The AWS CDK not only generates CloudFormation templates for deploying infrastruc -To consume packages across repository boundaries, you must have a private package repository—similar to npm, PyPi, or Maven Central, but internal to your organization. You must also have a release process that builds, tests, and publishes the package to the private package repository. You can create private repositories, such as PyPi server, by using a local virtual machine (VM) or Amazon S3. When you design or create a private package registry, it’s crucial to consider the risk of service disruption due to high availability and scalability. A serverless managed service that's hosted in the cloud to store packages can greatly decrease the maintenance overhead. For example, you can use [AWS CodeArtifact](https://docs.aws.amazon.com/codeartifact/latest/ug/) to host packages for most popular programming languages. You can also use CodeArtifact to set external repository connections and replicate them within CodeArtifact. +To consume packages across repository boundaries, you must have a private package repository—similar to npm, PyPi, or Maven Central, but internal to your organization. You must also have a release process that builds, tests, and publishes the package to the private package repository. You can create private repositories, such as PyPi server, by using a local virtual machine (VM) or Amazon S3. When you design or create a private package registry, it's crucial to consider the risk of service disruption due to high availability and scalability. A serverless managed service that's hosted in the cloud to store packages can greatly decrease the maintenance overhead. For example, you can use [AWS CodeArtifact](https://docs.aws.amazon.com/codeartifact/latest/ug/) to host packages for most popular programming languages. You can also use CodeArtifact to set external repository connections and replicate them within CodeArtifact. @@ -38 +38 @@ Dependencies on packages in the package repository are managed by your language' - + @@ -46 +46 @@ The following diagram shows a sample AWS CDK version release pipeline. - +