Andy Boothe

Results 4 issues of Andy Boothe

I recently lost a couple of hours debugging ALB to Lambda requests that were not being handled properly before finally finding documentation about the `lambda.multi_value_headers.enabled` target group attribute in https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticloadbalancingv2-targetgroup-targetgroupattribute.html....

This PR improves handling of some web requests, particularly ALB requests to Lambda endpoints. https://github.com/awslabs/aws-serverless-java-container/issues/315 This change adds a custom [Jackson Converter](https://fasterxml.github.io/jackson-databind/javadoc/2.5/com/fasterxml/jackson/databind/util/Converter.html) to populate `AwsProxyRequest` multi-valued collections (i.e., `multiValueQueryStringParameters`, `multiValueHeaders`)...

Add streamlined support for sealed class polymorphic de/serialization. Java 17 sealed classes are required to enumerate their allowed subclasses explicitly. This metadata should allow Jackson to infer the subtypes of...

Hello, First, SparkBuilderGenerate is outstanding! Such a huge help. I noticed that there is no option in the tool to generate accessors in the builder. Is that a feature that...