Question

Labb Ltd
GB
Last activity: 5 Jul 2024 1:42 EDT
AWS Signature Version 4 signing support in Pega
Hi All,
We are trying to implement connect rest to achieve the below API from Pega 8.5.
https://docs.aws.amazon.com/kms/latest/APIReference/API_Encrypt.html#API_Encrypt_Examples
We are successful in sending data and get the CMK encrypted cipherblob back with PostMan. But postman does sign using AWS Signature Version 4 hence its working.
Has anyone achieved this in Pega without importing AWS SDK. This could be for any AWS hosted REST APIs.
Only alternative that we have is to build custom library/function using AWS SDKs to implement this instead of REST API.
Please share your thoughts. Thanks in advance.