cli-s3-app-pusher
v0.0.1-alpha
Published
A cli tool designed to help developers push their static apps to s3
Downloads
4
Readme
ALPHA STATUS - DO NOT USE - REFERENCE ONLY
Do you have an AWS account and want to create some static sites quickly? This app is for you, as it will quickly help you create a domain to deploy you static html, js and css files to. It will handle the deployment (uploading) of the files and help you configure the site without ever having to use your web-based AWS Console.
Just make sure you have a file named 'secret.json' with your aws credentials within it.
{ "accessKeyId": "yourAccessKeyId", "secretAccessKey": "yourSecretAccessKey", "region": "us-east-1" }