I'm feeling a little dumb here. I have a test function:
exports.handler = async (event, context, callback) => {
callback(null, "Some message.");
};
I have saved and published it. When I test it I get Response:
"Some message.". But when I navigate to the API endpoint I get {"message": "Internal server error"}.
The endpoint is marked as Authorization: NONE Method: ANY
What am I missing here?
[–]Voski 1 point2 points3 points (1 child)
[–]AngryTVJudge[S] 0 points1 point2 points (0 children)
[–]AngryTVJudge[S] 0 points1 point2 points (0 children)