Skip to content

Commit 47f6e50

Browse files
authored
chore(ecs-service-extensions): update readme to reference v2 migration guide (#19907)
---- ### All Submissions: * [x] Have you followed the guidelines in our [Contributing guide?](https://github.com/aws/aws-cdk/blob/master/CONTRIBUTING.md) ### Adding new Unconventional Dependencies: * [ ] This PR adds new unconventional dependencies following the process described [here](https://github.com/aws/aws-cdk/blob/master/CONTRIBUTING.md/#adding-new-unconventional-dependencies) ### New Features * [ ] Have you added the new feature to an [integration test](https://github.com/aws/aws-cdk/blob/master/INTEGRATION_TESTS.md)? * [ ] Did you use `yarn integ` to deploy the infrastructure and generate the snapshot (i.e. `yarn integ` without `--dry-run`)? *By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
1 parent d0ace8f commit 47f6e50

File tree

1 file changed

+5
-0
lines changed
  • packages/@aws-cdk-containers/ecs-service-extensions

1 file changed

+5
-0
lines changed

packages/@aws-cdk-containers/ecs-service-extensions/README.md

+5
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,11 @@
99

1010
<!--END STABILITY BANNER-->
1111

12+
> ⚠️ v2 of this library is now available! It is compatible with AWS CDK v2 and available in
13+
> multiple languages.
14+
> The source code for v2 lives [here](https://github.com/cdklabs/cdk-ecs-service-extensions).
15+
> To migrate from this library to v2, see the [Migration Guide](https://github.com/cdklabs/cdk-ecs-service-extensions/blob/main/MIGRATING.md).
16+
1217
This library provides a high level, extensible pattern for constructing services
1318
deployed using Amazon ECS.
1419

0 commit comments

Comments
 (0)