This package has been deprecated

Author message:

Please see https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpool.html

lulo-plugin-cognito-user-pools

1.1.0 • Public • Published

lulo Cognito User Pools

lulo Cognito User Pools creates user pools in Amazon Cognito

lulo Cognito User Pools is a lulo plugin

Installation

npm install lulo-plugin-cognito-user-pools --save

Usage

Properties

Return Values

When the logical ID of this resource is provided to the Ref intrinsic function, Ref returns the User Pool Id.

{ "Ref": "UserPool" }

Required IAM Permissions

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

{
   "Effect": "Allow",
   "Action": [
       "cognito-idp:CreateUserPool",
       "cognito-idp:UpdateUserPool",
       "cognito-idp:DeleteUserPool"
   ],
   "Resource": "*"
}

License

The MIT License (MIT)

Change Log

Change Log

Package Sidebar

Install

npm i lulo-plugin-cognito-user-pools

Weekly Downloads

2

Version

1.1.0

License

MIT

Unpacked Size

14.9 kB

Total Files

9

Last publish

Collaborators

  • polythene