JohnLudlow
JohnLudlow
I'll give it a try
@VenelinMartinov unfortunately that didn't work. I believe the suggestion was to change each schema item so it had this string constraint: ```csharp new UserPoolSchemaArgs { Name = "ava_source_code", AttributeDataType =...
@VenelinMartinov Do you happen to know what the story is around [aws-native.cognito.UserPool ](https://www.pulumi.com/registry/packages/aws-native/api-docs/cognito/userpool/#aws-native-cognito-userpool)? Is it viable to migrate to that? How difficult would that be, considering we'd need to be...
Thanks for that information. Our experience with `pulumi import` has been that it's fiddly and error-prone but we can investigate that as a possible workaround if a fix for the...
@corymhall I can reproduce the issue with package upgrades (not downgrades) on 2 different test environments running from an automated deployment pipeline of our product in Azure DevOps. This still...
Kinda, maybe We spent some time investigating porting that part of the deployment to CloudFormation CDK but never quite got that working correctly. In the end (last week in fact)...