Open andreaselias opened 5 days ago
Thanks for the report, I'll get support for that sorted.
A note for me, a good chunk of the required logic is in https://github.com/aws/aws-sdk-java/blob/master/aws-java-sdk-core/src/main/java/com/amazonaws/auth/BaseCredentialsFetcher.java#L34.
See this PR
The following doc states that when SnapStart is activated the AWS credentials should work a little different. When I tried to use the libary as is with the SnapStart activated I got an error "argument cannot be null" which is a result of the checkNotNull method of the Preconditions class.
https://docs.aws.amazon.com/lambda/latest/dg/snapstart-activate.html
It would be great if you could make it work with SnapStart. For now, as a workaround I am using without the SnapStart.