Skip to content Skip to sidebar Skip to footer
Showing posts with the label Aws Api Gateway

Api Gateway Authentication With Cognito Federated Identities

I want to use Cognito Federated Entity (allowing signin through Google etc), to allow access to API… Read more Api Gateway Authentication With Cognito Federated Identities

Handling Errors In Aws Lambda Function With Api Gateway

Every time I have a syntax error or I just want to send a custom error in my AWS Lambda function, I… Read more Handling Errors In Aws Lambda Function With Api Gateway

Creating User Using AWS Cognito Identity

I am learning to create a serverless API server using AWS lambda, dynamodb, cogito sync. It was goi… Read more Creating User Using AWS Cognito Identity