Categorygithub.com/handlename/cognito-gate
modulepackage
0.0.1
Repository: https://github.com/handlename/cognito-gate.git
Documentation: pkg.go.dev

# README

cognito-gate

cognito-gate is a application to simplify make permission trigger for Amazon Cognito, runs on AWS Lambda.

Usage

Download binary from release, deploy as Lambda function as your favorite way.

cognito-gate is for runtime provided.al2. bootstrap file may be like this:

#!/bin/sh

cd $LAMBDA_TASK_ROOT
./cognito-gate

Configuration

in YAML format.

pools:
  - id: <userPoolId>
    allows:
      - <pattern ::= 'domain' | 'email'>
      - ...

example:

pools:
  - id: ap-northeast-1_XXXX
    allows:
      - "example.com"
      - "[email protected]"

Lisence

MIT

Author

@handlename (https://github.com/handlename)

# Packages

No description provided by the author

# Functions

No description provided by the author

# Variables

No description provided by the author