1.0.0 • Published 7 years ago

lulo-plugin-cognito-identity-pool-roles v1.0.0

Weekly downloads
8
License
MIT
Repository
github
Last release
7 years ago

lulo Cognito Identity Pool Roles

lulo Cognito Identity Pool Roles sets Roles for Amazon Cognito Identify Pools.

lulo Cognito Identity Pool Roles is a lulo plugin

Installation

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

Usage

Properties

Note: Since the RoleMappings keys can be complex and will sometimes be built with Fn::Join which can't serve as JSON keys you must provide RoleMappings as an Array instead of an object and add the extra property Key with the key value. The Custom Resource will transform the array to a proper RoleMappings object for you.

Return Values

None

Required IAM Permissions

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

{
    "Effect": "Allow",
    "Action": [
        "cognito-identity:SetIdentityPoolRoles"
    ],
    "Resource": "*"
}

License

The MIT License (MIT)

Change Log

Change Log