I am attempting to use the AWS SDK for JavaScript. This process requires creating a credential file as explained here:
However I am unable to create this file as descibed for Windows.
On Windows systems I am supposed to save the files here:
C:\Users\USERNAME\.aws\credentials.
But I am unable to create a path such as .aws.
Also ruining npm install aws-sdk --save as indicated on the resource page, there are no such folders created for me to add the file.
How do I create this file?