Markus Kramer
Markus Kramer
If the lambda is defined in a VPC it might not have internet access (required invoke AWS KMS).
Just ran into this as well. A fix would be great. It's very frustrating if your system freezes randomly.
Only adding DefaultJwtBuilder will not be sufficient if you want to parse a JWT. I've got jjwt working in a Graal native image build now. Parsing a JWT can be...
Yes, you can use `Jwts.parserBuilder()` if you add to reflect-config.json ``` { "name": "io.jsonwebtoken.impl.DefaultJwtParserBuilder", "methods": [ { "name": "", "parameterTypes": [] } ] }, ``` Just tested with Graal. And...
Hi. Okay interesting. Maybe an important aspect is that I'm using the url-connection-client (because I'm using the AWS SDK with Quarkus). I'm including the SDK like this in my Gradle...
For me, the issue was caused by having a parent pom. Removing the parent solved it for me.
I was able to work around this bug by not applying the aws_lambda_provisioned_concurrency_config to the alias name but to the version that the alias refers to.
I ran into a related issue with exposed 0.17.7 on H2 (mysql mode). Column name "something" is converted to "SOMETHING" but "someThing" is left as "someThing". There is some weird...
Yes, it would be great to have that!