John Hovell
John Hovell
## Expected Behavior I would expect feature parity for old 1.x methods such as `AmazonS3.doesObjectExist(bucket, key).` With the async client / `CompletableFuture` it's more than a minor annoyance as the...
I am curious why in the commit below `_X_AMZN_TRACE_ID=Root=1-dc99d00f-c079a84d433534434534ef0d;Parent=91ed514f1e5c03b2;Sampled=0` was changed to `_X_AMZN_TRACE_ID='Parent=11560be54abce8ed'`. https://github.com/lambci/docker-lambda/commit/f65a259d7bc7fe46f97c81133d05b95b70d61328#diff-de2dfe904ac98a74495473e67a0d0e2cR19 This causes applications written with X-Ray to issue warnings to the log such as ``` 2018-02-02T22:47:45,649Z...
Notice this library is in use in a few OSS projects but the issues are quite old. I had a few PRs to make but seeing as there isn't activity...
Was re-reading the docs today & noticed python support is now built in. Haven't tried it but might not need to load this module anymore. Still no Java support though...
`dep-tree check` seems reliable in determining there are no dependency rule violation in my project (when there are none), and in a sense reliable at determining there are dependency errors...