In AWS API Gateway HTTP API, how can I modify the api response before it is returned to the api caller? Is it even possible?
Asked
Active
Viewed 17 times
1 Answers
0
You currently cannot.
From the AWS API Gateway docs:The keys that can currently be modified are Header
and Status Code
.

YulePale
- 6,688
- 16
- 46
- 95