peskywinnets
Registered User.
- Local time
- Today, 11:56
- Joined
- Feb 4, 2014
- Messages
- 578
I realise this is pretty niche, and I realise there aren't likely to be anyone on here that has...but hey, worth a shot.
Amazon have an API that is a head trip to understand the signing stages (if you wish to suffer from Brain fog, you can read about how they say it should be signed here... https://docs.aws.amazon.com/general/latest/gr/sigv4_signing.html)
...none of the steps are particular onerous (and I already have one of their other APIs running...albeit I used a lot of pre-made code!), but it's just not clear which part of the overall request gets signed...I was hoping someone might have gone through this pain....I must have read it 50 times, I'm none the wiser!
They've provided a detailed example of the process using Python (but I'm not Python literate) ...in essence if you're using VBA - you're on your own...
docs.aws.amazon.com
....Section headed "Using GET with an authorization header (Python)")
Can anyone suggest a basic simple lightweight Python IDE, which will then allow me to step through the supplied Python code ...I reckon if I can step through with the Python equivalent of debug.print I should be able to work out what's going on
!
Amazon have an API that is a head trip to understand the signing stages (if you wish to suffer from Brain fog, you can read about how they say it should be signed here... https://docs.aws.amazon.com/general/latest/gr/sigv4_signing.html)
...none of the steps are particular onerous (and I already have one of their other APIs running...albeit I used a lot of pre-made code!), but it's just not clear which part of the overall request gets signed...I was hoping someone might have gone through this pain....I must have read it 50 times, I'm none the wiser!
They've provided a detailed example of the process using Python (but I'm not Python literate) ...in essence if you're using VBA - you're on your own...
Examples of the complete Signature Version 4 signing process (Python) - AWS General Reference
Learn how to create a version 4 signing request with Python.
Can anyone suggest a basic simple lightweight Python IDE, which will then allow me to step through the supplied Python code ...I reckon if I can step through with the Python equivalent of debug.print I should be able to work out what's going on

Last edited: