Mark Sailes

Results 22 comments of Mark Sailes

@sebastian-zero please link in this thread when you make it, I'd like to 👍🏻 . I often call .get() at the end of my Lambda usage.

Which other libraries are we thinking off? The managed runtimes uses Jackson, but they change the package name of it, so I don't think we should consider that.

@debora-ito the CRT Client is now GA, can this be revisited

I think both of these samples were used in blog posts. I think they make sense in the point of time they were written. It would be ideal if they...

Please feel free!

> Currently when using this AWS tool within quarkus (2.0.2 with graalv 21.1) you get the following exception: > > see why software.amazon.awssdk.core.retry.backoff.FullJitterBackoffStrategy got initialized use --trace-class-initialization=software.amazon.awssdk.core.retry.backoff.FullJitterBackoffStrategy > > Which...

Hi @miraclefoxx, This is a Log4J class which is causing the problem. We are considering changing our logging approach in the next major version. Until then have you considered using...

Your SAM template has the handler as `bootstrap` I think it should be `io.micronaut.function.aws.proxy.MicronautLambdaHandler` https://github.com/micronaut-projects/micronaut-aws/blob/master/function-aws-api-proxy/src/main/java/io/micronaut/function/aws/proxy/MicronautLambdaContainerHandler.java Has `@TypeHint` for `com.amazonaws.serverless.proxy.model.AwsProxyRequest`

I think this would be a good addition.

I think this is a really exciting idea. Lots of people are interested in running rest endpoints on Lambda. If Powertools only supports a subsection of the standard, how can...