AWS Reference Documentation — Sample Requests and Responses are Important

The AWS Reference Documentation is not consistent.  In some cases, the documentation provides a sample request and sample response.  The samples are extremely helpful, and make it easy to implement the call in any programming language.  With Chilkat, you can usually generate sample code by pasting the sample request, and the body of the sample response into Chilkat’s online tool […]

AWS Presigned URLs for Services Other than S3?

There is a big unsolved mystery:  Is it possible to create pre-signed URLs for AWS services other than S3?    For example, is it possible to create a pre-signed URL that allows the user to send an SES email? We simply don’t know.  Theoretically it seems it should be possible.  However, all AWS pre-signed URL documentation or examples has to do […]