Mark Sailes
Mark Sailes
Hi @maxandersen, Maybe, I couldn't see any http client in this module, so I followed the style which was existing.
Yes, it helps us understand which frameworks are used.
In `AwsProxyHttpServletRequestReader` https://github.com/awslabs/aws-serverless-java-container/blob/6d88f503c02988cc947743bad78d965d8aa0b5a2/aws-serverless-java-container-core/src/main/java/com/amazonaws/serverless/proxy/internal/servlet/AwsProxyHttpServletRequestReader.java#L47-L49 The condition fails because when a request from a function url is mapped to a `AwsProxyRequest` type `getHttpMethod()` returns null.
If I use the example request from the [developer guide](https://docs.aws.amazon.com/lambda/latest/dg/urls-invocation.html) ``` { // removed for brevity "requestContext": { "accountId": "123456789012", "apiId": "", "authentication": null, "authorizer": { "iam": { "accessKey": "AKIA...",...
Hi @driverpt Can you let us know what errors you're seeing? Thanks, Mark
We have someone looking at GraalVM support atm, could you include the config you have so far. I think this is more likely a Log4J issue, but we'll add their...
Could a classifier be used to separate different architecture builds and reduce file size? The Amazon Corretto team do this for their crypo provider. Example: ``` software.amazon.cryptools AmazonCorrettoCryptoProvider [1.0,2.0) linux-x86_64...