1.3.0 • Published 6 years ago

@hub9/aws-deployatron v1.3.0

Weekly downloads
-
License
MIT
Repository
github
Last release
6 years ago

🚀 AWS Deployatron

Requirements

  • Node 8.9+

Installation

$ npm install @hub9/aws-deployatron

Usage

1) Setup the following env vars:

Environment variablesDescription
PUBLIC_URLPublic url for deployed files. Target directory is extracted for this.
AWS_REGIONAWS Region to connect to
AWS_ACCESS_KEY_IDAWS Key ID
AWS_SECRET_ACCESS_KEYAWS Access Key
AWS_S3_BUCKETS3 Bucket name
AWS_CLOUDFRONT_IDCloudfront distribution ID associated with this bucket

2) Call the binary:

$ aws-deployatron --inputDir <sourceDir>

Todo

  • Improve options
  • Improve CLI usage
  • Improve modularization