vaibhav170

Results 6 comments of vaibhav170

%dev.quarkus.class-loading.reloadable-artifacts=software.amazon.awssdk:dynamodb-enhanced this application property solves quarkus dev mode issue (NoClassDefFoundError)

https://github.com/vaibhav170/dynamo u can refer this if u are still facing issues @Srinivasa-Cana

> You can use static dynamodb schema to fix native issue, or else if its aws lambda give a snapstart feature try

Quarkus extension dont solve dynamodb enhanced client issues ( native issue, dev and test issue), To solve native issue if someone need to build native - use static dynamodb table...

Yes right, let me try, my observation was couple of months old, just now i saw another thread where you guys are discussing about fix, will try that and also...

@hamburml it worked without adding any extra cold start, so all things are happening in build step as expected, thanks for this extension.