Ashish Dhingra
Ashish Dhingra
Changes released in [Amazon.Extensions.CognitoAuthentication 2.5.5](https://www.nuget.org/packages/Amazon.Extensions.CognitoAuthentication/2.5.5).
Opened ticket with service team.
Followed up with service team on internal ticket, awaiting response.
Followed up with service team on internal ticket, awaiting response.
@njeirath Good morning. Based on my testing, I think this is a limitation of CloudFormation (not CDK). - Per [AWS::Cognito::UserPoolClient](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolclient.html): - `ReadAttributes` is the list of user attributes that you...
> Would it be better for the generated `WriteAttributes` to be the full list of standard Cognito attributes with `email_verified` and `phone_number_verified` left out of the list. > > ```yaml...
> I think the issue is that an empty list does not only allow writing of standard attributes but also custom attributes. > > As you mentioned, the CloudFormation docs...
> Could you please add a unit test or integ test to exercise the new field? @philasmar Thanks for the feedback. I'm unsure on how we could test this new...
Findings: - CodeStar Connections is rebranded to CodeConnections. - Model changes are already in SDK (refer [aws-models/codeconnections](https://github.com/aws/aws-models/blob/master/codeconnections/)) - The shape [HostArn](https://github.com/aws/aws-models/blob/5cec0c645b53a52fb6707b49918fe81262ea1fba/codeconnections/2023-12-01/api-2.json#L805) allows string with pattern `arn:aws(-[\\w]+)*:(codestar-connections|codeconnections):.+:[0-9]{12}:host\\/.+` (take a note that...