Skip to content

shibulijack/aws-nodejs-website-configuration

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

aws-nodejs-website-configuration

Simple Node.js app to push AWS S3 Website Configurations

CONFIGURATION

Create a credentials file at ~/.aws/credentials on Mac/Linux or C:\Users\USERNAME.aws\credentials on Windows

[default]
aws_access_key_id = your_access_key
aws_secret_access_key = your_secret_key
RUN

Install the SDK and Dependencies

npm install

Run the Application

node aws-s3-website-configuration.js

About

Simple Node.js app to push AWS S3 Website Configurations

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published