Simple Node.js app to push AWS S3 Website Configurations
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
Install the SDK and Dependencies
npm install
Run the Application
node aws-s3-website-configuration.js