I am creating an AWS ApiGateway & it invoking a lambda function asynchronously. Once apigateway sent the message lambda it'll send a 200 response with empty response. I need to send some static information with in the response message.
{
"code":"SUCCESS",
"description":"Successfully sent to lambda"
}
I tried to set up a model. But there I'm unable to set static values. Please help on this ?