Amazon web services – Adding identity pool auth to AWS Serverless application
We are migrating our server-side operations from separate Lambda functions and an API managed in API Gateway, to a single SAM deployment. Users are registered anonymously in an existing Cognito Identity Pool and receive a token when they log in,…