|
Since we are now using aws login instead of recording AWS keys in the credentials file, how are people doing either local execution or AWS .NET Mock Lambda Test Tool The Mock Lambda Test Tool appears to require keys back in the credentials file. What are other doing? Thanks |
Answered by
normj
May 22, 2026
Replies: 1 comment
|
Test tool should be able to use credentials sources from "aws login" but it was missing the AWSSDK.Signer package. I created PR #2391 to include the package and that should unblock you from using the "aws login" credentials. |
0 replies
Answer selected by
dscpinheiro
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Test tool should be able to use credentials sources from "aws login" but it was missing the AWSSDK.Signer package. I created PR #2391 to include the package and that should unblock you from using the "aws login" credentials.