Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove multi_value_query_string_parameters and multi_value_headers from AlbTargetGroupRequest? #953

Closed
DiscreteTom opened this issue Jan 2, 2025 · 2 comments

Comments

@DiscreteTom
Copy link

These 2 fields don't exist as per the documentation and can't be found in the Lambda console's event template and the output of sam local generate-event alb request.

See:

pub struct AlbTargetGroupRequest {
#[serde(with = "http_method")]
pub http_method: Method,
#[serde(default)]
pub path: Option<String>,
#[serde(default)]
pub query_string_parameters: QueryMap,
#[serde(default)]
pub multi_value_query_string_parameters: QueryMap,
#[serde(deserialize_with = "deserialize_headers", default)]
#[serde(serialize_with = "serialize_headers")]
pub headers: HeaderMap,
#[serde(deserialize_with = "deserialize_headers", default)]
#[serde(serialize_with = "serialize_multi_value_headers")]
pub multi_value_headers: HeaderMap,

@DiscreteTom
Copy link
Author

Found an other documentation mentioned the multi-value-header can be enabled for ALB's target group.

Closed. Sorry for the bothering.

Copy link

github-actions bot commented Jan 2, 2025

This issue is now closed. Comments on closed issues are hard for our team to see.
If you need more assistance, please either tag a team member or open a new issue that references this one.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant