diff --git a/packages/@aws-cdk/aws-ecs-patterns/README.md b/packages/@aws-cdk/aws-ecs-patterns/README.md index cbc65741dfa43..c7fa1ee1063e9 100644 --- a/packages/@aws-cdk/aws-ecs-patterns/README.md +++ b/packages/@aws-cdk/aws-ecs-patterns/README.md @@ -3,14 +3,8 @@ --- -![Stability: Experimental](https://img.shields.io/badge/stability-Experimental-important.svg?style=for-the-badge) - -> **This is a _developer preview_ (public beta) module. Releases might lack important features and might have -> future breaking changes.** -> -> This API is still under active development and subject to non-backward -> compatible changes or removal in any future version. Use of the API is not recommended in production -> environments. Experimental APIs are not subject to the Semantic Versioning model. +![Stability: Stable](https://img.shields.io/badge/stability-Stable-success.svg?style=for-the-badge) + --- diff --git a/packages/@aws-cdk/aws-ecs-patterns/package.json b/packages/@aws-cdk/aws-ecs-patterns/package.json index 66580e5a410b9..cc913202fef16 100644 --- a/packages/@aws-cdk/aws-ecs-patterns/package.json +++ b/packages/@aws-cdk/aws-ecs-patterns/package.json @@ -102,5 +102,5 @@ "engines": { "node": ">= 10.3.0" }, - "stability": "experimental" + "stability": "stable" } \ No newline at end of file