Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

caisson

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

caisson

Deploy your static website to AWS

  • 0.1.3
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
1
Created
Source

Caisson

Deploy your static website to AWS

Caisson does everything you need to host and deploy a static website on AWS via the root domain, e.g. http://yoursite.com.

Why?

AWS allows root domain website hosting via an elaborate setup process. Caisson streamlines this process by initializing the necessary S3 buckets, Route 53 DNS settings, and a CloudFront CDN for good measure.

Installation

Install with npm:

$ npm install -g caisson

Get Started

Initialize AWS:

$ caisson init yoursite.com

Then push your build directory to S3:

$ caisson push

You need to manually update your DNS to use Route 53's name servers. Caisson will log this information in caisson.json.

Help

For additional help, see:

$ caission --help

Tests

Clone the repo, install the dependencies and run.

$ npm install
$ npm test

License

MIT License, see LICENSE for details.

Keywords

FAQs

Package last updated on 05 Oct 2013

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc