Skip to content

Commit b22899f

Browse files
authored
feat(cognito): the Cognito Identity Pools module is now in Developer Preview (#31854)
### Description of changes Updated the README stability banner as we move Cognito Identity Pools into developer preview, taking the next step towards being fully stabilized. ### Checklist - [x] My code adheres to the [CONTRIBUTING GUIDE](https://github.com/aws/aws-cdk/blob/main/CONTRIBUTING.md) and [DESIGN GUIDELINES](https://github.com/aws/aws-cdk/blob/main/docs/DESIGN_GUIDELINES.md) ---- *By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
1 parent eef4b66 commit b22899f

File tree

2 files changed

+12
-12
lines changed

2 files changed

+12
-12
lines changed

packages/@aws-cdk/aws-cognito-identitypool-alpha/README.md

+11-11
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,25 @@
11
# Amazon Cognito Identity Pool Construct Library
2-
3-
> **Identity Pools are in a separate module while the API is being stabilized. Once we stabilize the module, they will**
4-
**be included into the stable [aws-cognito](../aws-cognito) library. Please provide feedback on this experience by**
5-
**creating an [issue here](https://github.com/aws/aws-cdk/issues/new/choose)**
6-
72
<!--BEGIN STABILITY BANNER-->
83

94
---
105

11-
![cdk-constructs: Experimental](https://img.shields.io/badge/cdk--constructs-experimental-important.svg?style=for-the-badge)
6+
![cdk-constructs: Developer Preview](https://img.shields.io/badge/cdk--constructs-developer--preview-informational.svg?style=for-the-badge)
127

13-
> The APIs of higher level constructs in this module are experimental and under active development.
14-
> They are subject to non-backward compatible changes or removal in any future version. These are
15-
> not subject to the [Semantic Versioning](https://semver.org/) model and breaking changes will be
16-
> announced in the release notes. This means that while you may use them, you may need to update
17-
> your source code when upgrading to a newer version of this package.
8+
> The APIs of higher level constructs in this module are in **developer preview** before they
9+
> become stable. We will only make breaking changes to address unforeseen API issues. Therefore,
10+
> these APIs are not subject to [Semantic Versioning](https://semver.org/), and breaking changes
11+
> will be announced in release notes. This means that while you may use them, you may need to
12+
> update your source code when upgrading to a newer version of this package.
1813
1914
---
2015

2116
<!--END STABILITY BANNER-->
2217

18+
19+
> **Identity Pools are in a separate module while the API is being stabilized. Once we stabilize the module, they will**
20+
**be included into the stable [aws-cognito](../aws-cognito) library. Please provide feedback on this experience by**
21+
**creating an [issue here](https://github.com/aws/aws-cdk/issues/new/choose)**
22+
2323
[Amazon Cognito Identity Pools](https://docs.aws.amazon.com/cognito/latest/developerguide/cognito-identity.html) enable you to grant your users access to other AWS services.
2424

2525
Identity Pools are one of the two main components of [Amazon Cognito](https://docs.aws.amazon.com/cognito/latest/developerguide/what-is-amazon-cognito.html), which provides authentication, authorization, and

packages/@aws-cdk/aws-cognito-identitypool-alpha/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@
9999
"node": ">= 14.15.0"
100100
},
101101
"stability": "experimental",
102-
"maturity": "experimental",
102+
"maturity": "developer-preview",
103103
"awscdkio": {
104104
"announce": false
105105
},

0 commit comments

Comments
 (0)