Is there any repo for the usage of this library to invoke API signing request with sigv4 (IAM)? I’m having some issue to recognized types used and which packages I have to import. Are there constructs from aws amplify?
Yeah that one uses AWS Amplify to handle sigv4. @gio is that what you are looking for?
c
Chuck Carpenter
03/08/2021, 10:49 PM
I used https://github.com/mhart/aws4fetch to sign requests when I didn’t have as much control to just use Amplify for the request layer.
g
gio
03/10/2021, 8:12 AM
Sorry guys, my question wasn’t clear. I would use sigV4Client.js to simply perform integration testing. I solved my doubt importing all constructs from cognito identity sdk library ✌️