This package has been deprecated

Author message:

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

lulo-plugin-cognito-identity-pool

1.0.0 • Public • Published

lulo Cognito Identity Pool

lulo Cognito Identity Pool creates Identify Pools for Amazon Cognito.

lulo Cognito Identity Pool is a lulo plugin

Installation

npm install lulo-plugin-cognito-identity-pool --save

Usage

Properties

Return Values

Ref

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

{ "Ref": "IdentityPool" }

Required IAM Permissions

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

{
    "Effect": "Allow",
    "Action": [
        "cognito-identity:CreateIdentityPool",
        "cognito-identity:UpdateIdentityPool",
        "cognito-identity:DeleteIdentityPool"
    ],
    "Resource": "*"
}

License

The MIT License (MIT)

Change Log

Change Log

Package Sidebar

Install

npm i lulo-plugin-cognito-identity-pool

Weekly Downloads

2

Version

1.0.0

License

MIT

Unpacked Size

15.4 kB

Total Files

9

Last publish

Collaborators

  • polythene