Skip to content

Commit e5b0230

Browse files
feat(appsync): stabilize appsync module 🎆🎆 🎆 (#23633)
Change stability and maturity of `@aws-cdk/aws-appsync` constructs to stable. Fixes: #6836 ---- ### All Submissions: * [X] Have you followed the guidelines in our [Contributing guide?](https://github.com/aws/aws-cdk/blob/main/CONTRIBUTING.md) ### Adding new Construct Runtime Dependencies: * [ ] This PR adds new construct runtime dependencies following the process described [here](https://github.com/aws/aws-cdk/blob/main/CONTRIBUTING.md/#adding-construct-runtime-dependencies) ### New Features * [ ] Have you added the new feature to an [integration test](https://github.com/aws/aws-cdk/blob/main/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 cea654b commit e5b0230

File tree

2 files changed

+3
-9
lines changed

2 files changed

+3
-9
lines changed

packages/@aws-cdk/aws-appsync/README.md

+1-7
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,7 @@
99
>
1010
> [CFN Resources]: https://docs.aws.amazon.com/cdk/latest/guide/constructs.html#constructs_lib
1111
12-
![cdk-constructs: Experimental](https://img.shields.io/badge/cdk--constructs-experimental-important.svg?style=for-the-badge)
13-
14-
> The APIs of higher level constructs in this module are experimental and under active development.
15-
> They are subject to non-backward compatible changes or removal in any future version. These are
16-
> not subject to the [Semantic Versioning](https://semver.org/) model and breaking changes will be
17-
> announced in the release notes. This means that while you may use them, you may need to update
18-
> your source code when upgrading to a newer version of this package.
12+
![cdk-constructs: Stable](https://img.shields.io/badge/cdk--constructs-stable-success.svg?style=for-the-badge)
1913

2014
---
2115

packages/@aws-cdk/aws-appsync/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -136,8 +136,8 @@
136136
"props-physical-name:@aws-cdk/aws-appsync.AppsyncFunctionProps"
137137
]
138138
},
139-
"stability": "experimental",
140-
"maturity": "experimental",
139+
"stability": "stable",
140+
"maturity": "stable",
141141
"awscdkio": {
142142
"announce": false
143143
},

0 commit comments

Comments
 (0)