I'm getting the follow response in Slack from the Lambda function:
PokerBot BOT [5:15 PM] Only visible to you
{"message": "Could not parse request body into json: Unrecognized token \'token\': was expecting \'null\', \'true\', \'false\' or NaN\n at [Source: [B@238685e5; line: 1, column: 7]"}
My guess is tat I have not configured the Integration Maping in the API Gateway correctly (in fact, I've left it on it's defaults).
I'm getting the follow response in Slack from the Lambda function:
PokerBot BOT [5:15 PM] Only visible to you {"message": "Could not parse request body into json: Unrecognized token \'token\': was expecting \'null\', \'true\', \'false\' or NaN\n at [Source: [B@238685e5; line: 1, column: 7]"}
My guess is tat I have not configured the Integration Maping in the API Gateway correctly (in fact, I've left it on it's defaults).
Should I be putting a mapping template in here?
Cheers
Dan