How to setup lambda functions authorization for authenticated and unauthenticated users

Hi,

I’m looking for some serverless.yml example on how to configure the authorization for lambda functions where some requires an authenticated Cognito rol and others an unauthenticated one.

1 Like

Did you have any luck on this topic?

@gposse @dcabib - did you guys figure out how to make this work? I’m just starting to try to figure this out and can’t find much info on this use case.