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 = (event, context) => { var config = { }; firebase.initializeApp(config)
Solution 1:
Figured it out. I hadn't set permissions for it facepalm. I was using the ANY request. but once I did a get request it worked.
Post a Comment for "502 Internal Server Error Response From Api Gateway From Lambda Function"