taverntesting / tavern

A command-line tool and Python library and Pytest plugin for automated testing of RESTful APIs, with a simple, concise and flexible YAML-based syntax
https://taverntesting.github.io/
MIT License
1.03k stars 196 forks source link

AWS sigv4 signed requests? #345

Open danPudwellUK opened 5 years ago

danPudwellUK commented 5 years ago

Is it possible to create a signed request? With sigv4?

michaelboulton commented 5 years ago

It isn't possible at the moment but I think it should be possible with relatively minor modifications.

I did do something on this a couple of years ago that could be used as a base https://github.com/eclipse/paho.mqtt.python/blob/master/examples/aws_iot.py