Search code examples
amazon-web-servicesaws-lambdaamazon-cognito

AWS Cognito in local environment?


I have a NET 6 Web REST API service (->RDS PostgreSQL) deployed as Lambda. I develop it on Local Windows and use local PGSQL. When deploy it to Lambda it works with RDS. Now I need to add Authentication and Authorization methods to use RBAC.

What can I use as Cognit Identity Provider in local environment during development ?


Solution

  • You might want to check this out.

    https://github.com/jagregory/cognito-local

    or

    You could convert postman of Amazon Cognito to open api spec and from open api spec into your familiar backend stack