jagregory / cognito-local

Local emulator for Amazon Cognito
MIT License
278 stars 67 forks source link

Working with serverless and lambdas #385

Open MrPeanutss opened 9 months ago

MrPeanutss commented 9 months ago

Hello everyone,

Thank you first of all for the package it's very great work . I attempt to work locally with lambdas, i'm using serverless and cognito-local. My goal is when a lambda is called, to call the userpool that I create then extract from events the informations of cognito:groups of the users. Currently I follow the tutorial but it looks my local cognito is never called/triggered .

Someone has done it and give an exemple of serverless.yml , cognito-locals settings .

Thank you in advance