Functions for making low-level API requests to Amazon Web Services < https://aws.amazon.com>. The functions handle building, signing, and sending requests, and receiving responses. They are designed to help build higher-level interfaces to individual services, such as Simple Storage Service (S3).
paws.common provides functions to work with Amazon Web Services (AWS) APIs, such as building and sending requests. It is designed to support the Paws packages, each of which handles a separate AWS API, e.g. the Elastic Compute Cloud (EC2) API.
Initial release.