AWS - API Gateway
Given this request mapping template:
What will be the transformed request if the client sends:
{
"user": "$input.path('$.username')",
"id": "$input.path('$.userId')"
}What will be the transformed request if the client sends:
{"username": "alice", "userId": "123"}