Is there any repo for the usage of this <library> ...
# help
g
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?
f
@Jay does the serverless-stack-demo-client repo use this library?
j
Yeah that one uses AWS Amplify to handle sigv4. @gio is that what you are looking for?
c
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
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 ✌️