Maintenance: deprecate AlbMultiValueHeadersSchema
in favor of AlbSchema
for Parser
#3522
Closed
1 of 2 tasks
Summary
The
AlbSchema
&AlbMultiValueHeadersSchema
are basically the same except for the latter extending the first by adding two properties. These two properties are mutually exclusive with the single-value version ofheaders
andqueryStringParameters
and their presence depends on how the ALB is configured.Because of this, we can deprecate the
AlbMultiValueHeadersSchema
, move the two properties within theAlbSchema
and mark all four as.optional()
.Why is this needed?
So that we can reduce the amount of built-in schemas customers have to choose from.
Which area does this relate to?
Parser
Solution
Mark the
AlbMultiValueHeadersSchema
as deprecated and move the two extended properties in the baseAlbSchema
.Acknowledgment
Future readers
Please react with 👍 and your use case to help us understand customer demand.
The text was updated successfully, but these errors were encountered: