AWS - API Gateway
You have this response mapping template:
But the backend returns:
What is the main issue causing the mapping to fail?
{
"message": "$input.path('$.msg')",
"status": "$input.path('$.code')"
}But the backend returns:
{"message": "Success", "code": 200}What is the main issue causing the mapping to fail?
