We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I am trying to use it on my Angular app.
import * as aws4 from 'hyper-aws4'; test() { const creds = this.awsService.getFederateIdentityCredentials(); const signOption = { url: 'http://google.com', credential: { accessKey: creds.accessKeyId, secretKey: creds.secretAccessKey } } const headers = aws4.sign(signOption); console.log(headers); }
but I get this error:
TypeError: _crypto2.default.createHash is not a function
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I am trying to use it on my Angular app.
but I get this error:
The text was updated successfully, but these errors were encountered: