You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
⚠ BREAKING CHANGES
cognito:UserPool.fromUserPoolAttributes() has been replaced
by fromUserPoolId() and fromUserPoolArn().
cognito:IUserPool no longer contains userPoolProviderName
and userPoolProviderUrl.
cognito: The property signInType of UserPool has been
renamed to signInAliases and given a new type SignInAliases. The
list of sign in types are now specified via boolean properties.
cognito: The property usernameAliasAttributes of UserPool has
been dropped and its functionality merged with the signInAliases
property.
cognito: The property autoVerifiedAttributes for UserPool is
now renamed to autoVerify and its default has now changed. The new
default is now determined by the value of signInAliases.
appsync: Configuration the user pool authorization is now done through the
authorizationConfig property. This allows us to specify a default
authorization mode out of the supported ones, currently limited to
Cognito user pools and API keys.
custom-resources:physicalResourceId and physicalResourceIdPath
were unified to a concrete type under the physicalResourceId property.
Use PhysicalResourceId.fromResponse and PhysicalResourceId.of factory
functions to specify it.