AWS Compute Blog
Tag: APIs
Support for multi-value parameters in Amazon API Gateway
This post is courtesy of Akash Jain, Partner Solutions Architect – AWS The new multi-value parameter support feature for Amazon API Gateway allows you to pass multiple values for the same key in the header and query string as part of your API request. It also allows you to pass multi-value headers in the API response to implement […]
Overriding request/response parameters and response status in Amazon API Gateway
This post is courtesy of Akash Jain, Partner Solutions Architect – AWS APIs are driving modern architectures. Many customers are moving their traditional architecture to service-oriented or microservices-based architectures. As part of this transition, you may face a few complex situations. For example, a backend API returns an HTTP status code of 2XX that must […]