-
-
Notifications
You must be signed in to change notification settings - Fork 373
Closed
Labels
Description
Format 2.0 doesn't have multiValueHeaders or multiValueQueryStringParameters fields. Duplicate headers are combined with commas and included in the headers field
As API Gateway 2.0 doesn't support multiValueHeaders – Bref takes only the last value.
It seems like a better solution to not do anything and allow APIG to join them with a comma – at least that way there isn't any data loss, and your app can adjust to get the values.
Related: #818
Reactions are currently unavailable