New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details
Socket
Book a DemoSign in
Socket

lulo-plugin-cognito-user-pools

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

lulo-plugin-cognito-user-pools

lulo Cognito User Pools creates user pools in Amazon Cognito

latest
Source
npmnpm
Version
1.1.0
Version published
Maintainers
1
Created
Source

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

Keywords

AWS

FAQs

Package last updated on 04 Dec 2018

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts