YulePale
YulePale

Reputation: 7676

AWS API Gateway HTTP API: How to modify the api response before it is returned to the api caller

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?

Upvotes: 0

Views: 87

Answers (1)

YulePale
YulePale

Reputation: 7676

You currently cannot.

From the AWS API Gateway docs:The keys that can currently be modified are Header and Status Code.

Upvotes: 1

Related Questions