Skip to main content

cdk-cognito-userpool

Project description


author: haimtran

title: create a cognito userpool for web development date: 20/08/2023

Cognito Authorizer

When developing an web or mobile application, we usually need a identity provider. So this Construct can be used to create a Cognito UserPool

new CognitoAuthorizer(stack, 'CognitoAuthorizer', {
  userPoolName: 'chatbot',
  userPoolClientName: 'chatbotapp',
});

Usage Guide

There are different use cases, for example

  • Use in another CDK Stack
  • Create only a UserPool for a web application

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

cdk-cognito-userpool-0.0.1.tar.gz (26.0 kB view hashes)

Uploaded Source

Built Distribution

cdk_cognito_userpool-0.0.1-py3-none-any.whl (24.9 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page