apparentlymart / terraform-aws-tf-registry

Terraform module for creating a simple private Terraform registry in AWS with DynamoDB

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Implementing AWS Cognito for authentication

Ravi-Gupta77 opened this issue · comments

Consider I'm trying implement this private registry using aws cognito user pool for authorization instead of JWT token. Since I don't want to use lambda authorizer as I'll be using cognito authorizer then what things do i need to consider for authenticating API gateway.