Exception on native compile with AWS SDK secrets manager #35679
Closed
nicklasweasel
started this conversation in
Community
Replies: 1 comment 1 reply
-
Nevermind, found the correct dependency in the Quarkiverse:
The extensions are apparently (surprise, surprise) tuned into surviving native compilation better than including standard AWS libraries... |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, new to Quarkus and I'm trying to compile a native AWS lambda and need to access a Secrets Manager secret from an ARN passed in from the environment but adding software.amazon.awssdk:secretsmanager:2.20.136 to the lambda-archetype-generated project and compiling it natively (through the image) gives a
adding quarkus-netty changes the exception to apache http client etc and if one keeps on adding stuff it finally halts with some complaint about Random etc.
So in short: what are you using in terms of dependencies for AWS SDK 2.x for reading Secrets Manager secrets
Any pointers appreciated,
Nik
Beta Was this translation helpful? Give feedback.
All reactions