syrotech / file-upload-api

0 stars 0 forks source link

Connect to AWS somehow #1

Open syrotech opened 4 years ago

syrotech commented 4 years ago
syrotech commented 4 years ago

We googled and found this link: https://docs.aws.amazon.com/sdk-for-javascript/v2/developer-guide/getting-started-nodejs.html

  1. One set involved talking about AWS SDK (Software Development Kit).

Installed the npm package asw-sdk: https://www.npmjs.com/package/aws-sdk

syrotech commented 4 years ago

Not sure if this 100% done, but we are able to connect with the AWK SDK and log out an instance of the service s3 service module"

const AWS = require('aws-sdk')
const s3 = new AWS.S3()
console.log(s3)