Commit 907dfb0
committed
Include AWSSDK.SecurityToken in Lambda Test Tool runtime payload
The packaged Lambda Test Tool global tool does not ship
AWSSDK.SecurityToken.dll, so any code path that resolves credentials
via AssumeRoleAWSCredentials (profiles with role_arn, etc.) crashes
with FileNotFoundException when the SDK reflectively loads the
assembly to construct an STS client.
Add a direct PackageReference so the DLL ships in tools/<tfm>/any/.1 parent d1d9858 commit 907dfb0
1 file changed
Lines changed: 1 addition & 0 deletions
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
| 28 | + | |
28 | 29 | | |
29 | 30 | | |
30 | 31 | | |
| |||
0 commit comments