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

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

502 Internal Server Error Response From Api Gateway From Lambda Function

this is my lambda function: I've obviously blanked out the config for now exports.handler = (e… Read more 502 Internal Server Error Response From Api Gateway From Lambda Function

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