lulo Cognito User Pool Attributes creates custom attributes for Amazon Cognito User Pools
lulo Cognito User Pools Attributes is a lulo plugin
npm install lulo-plugin-cognito-user-pool-attributes --save
- UserPoolId: User Pool Id. Required.
- CustomAttributes: Array of CustomAttributes. Required.
Note: A CustomAttribute cannot be modified or deleted once created.
None
The Custom Resource Lambda requires the following permissions for this plugin to work:
{
"Effect": "Allow",
"Action": [
"cognito-idp:AddCustomAttributes"
],
"Resource": "*"
}