Uniface code for AWS Signature V4 - used for signing requests to send to API Gateway
This unit test uses the AWS documented sig v4 example to confirm the code is creating the same signature
This unit test uses secret keys in #define trigger to validate a correct signature with Postman's AWS sig v4 signature
This unit test creates a signature and calls the AWS API gateway endpoint, which will return OK if successful
There are some todo's such as URI encoding.
Created by [Kevin McKeever]. Copyright 2017. MIT Licensed.