I need to make an API call with an AWS signature for authentication and authorization. I’ve been using the HTTP modules for API calls but I don’t see any that enables me to enter the required fields for AWS signature (access key, secret key, aws service, and region). What module can I use for this purpose, and how can I enter this authentication fields? Thanks to anyone who can give me a hand!