aioaws icon indicating copy to clipboard operation
aioaws copied to clipboard

AWS_SESSION_TOKEN support

Open valpackett opened this issue 4 years ago • 1 comments

When running e.g. on Lambda, the access secret is not enough and we have to pass a token with all requests, seems like just as the X-Amz-Security-Token header:

https://github.com/HENNGE/aiodynamo/blob/cb507e25b9120186f2adcca3d795271b19444443/src/aiodynamo/sign.py#L112-L113

valpackett avatar Aug 08 '21 00:08 valpackett

PR welcome to add this if you can include tests.

samuelcolvin avatar Aug 25 '21 11:08 samuelcolvin