A while ago we presented a library that helps logging in a text calls a few details about a call you did to AWS. We are more than happy to say that feedback received was very positive and also many improvement ideas have come from you. Accordingly, we want to announce a new version for […]
Tag: SDK
How to log AWS calls details
After a post about request handlers, we considered it’s time to see a good use case where this feature could be used. What if we create a library that logs in a separate file details about a call to AWS, like latency, response code and so on? Maybe these information are useless in 99.99% of […]
Enhance AWS calls using request handlers
Using the SDK, you can extend an AWS request with a piece of code that is going to be executed at a certain point during the lifecycle call. This is not something you’ll use frequently, but at least it worth to know it could be done, even it’s not very well documented and there are […]