aioaws
aioaws copied to clipboard
AWS_SESSION_TOKEN support
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
PR welcome to add this if you can include tests.