This package has been deprecated

Author message:

see

lulo-plugin-cognito-user-pool-attributes

1.1.0 • Public • Published

lulo Cognito User Pool Attributes

lulo Cognito User Pool Attributes creates custom attributes for Amazon Cognito User Pools

lulo Cognito User Pools Attributes is a lulo plugin

Installation

npm install lulo-plugin-cognito-user-pool-attributes --save

Usage

Properties

  • UserPoolId: User Pool Id. Required.
  • CustomAttributes: Array of CustomAttributes. Required.

Note: A CustomAttribute cannot be modified or deleted once created.

Return Values

None

Required IAM Permissions

The Custom Resource Lambda requires the following permissions for this plugin to work:

{
   "Effect": "Allow",
   "Action": [
       "cognito-idp:AddCustomAttributes"
   ],
   "Resource": "*"
}

License

The MIT License (MIT)

Change Log

Change Log

Package Sidebar

Install

npm i lulo-plugin-cognito-user-pool-attributes

Weekly Downloads

1

Version

1.1.0

License

MIT

Unpacked Size

12.4 kB

Total Files

9

Last publish

Collaborators

  • polythene