-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
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
Error when making AWS API calls on windows #40
Comments
Hi, thanks for the report! deno-aws_api/lib/client/credentials.ts Lines 86 to 88 in 3ce25f2
Anyway, I've started a fix: To test the fix, please use this import: import { ApiFactory } from 'https://raw.githubusercontent.com/cloudydeno/deno-aws_api/4a9d5be8044abdc7d2d50186e9e9c0775d09d9a2/lib/client/mod.ts'; |
I've just tried it out, it looks like it fixed the issue. Working on both windows and WSL now |
Great, thanks for reporting back! :) I should be able to get a release out sometime this week, depends on what else needs work while I'm in the area |
🚀 This fix finally shipped in a tag today: |
First of all thank you for making this module, it is very nice! I noticed that on windows there is an error when trying to load the AWS credentials. My credentials are located in the default location for the file on windows
C:\Users\<MyUser>\.aws\credentials
and this is an example of code that errors:Error:
I also use WSL (Ubuntu) with credentials at
~/.aws/credentials
and on there it works as normal.The text was updated successfully, but these errors were encountered: