
Company News
Socket Named Top Sales Organization by RepVue
Socket won two 2026 Reppy Awards from RepVue, ranking in the top 5% of all sales orgs. AE Alexandra Lister shares what it's like to grow a sales career here.
Deploy sites to Amazon S3
Sometimes you want a simple, cheap, no-fuss way to deploy a static site. Amazon S3 is a decent solution for this.
npm install [-g] basin
Generates a skeleton sample site at dir, including basin.conf.json.
var basin = require('basin')
basin.create('/tmp/basin-test', function(err) {
//generates a skeleton example site
})
Deploys dir to S3. Configures all objects and bucket for web access. If dir is not specified, then present working
directory is used. The directory must contain basin.conf.json.
basin.deploy(function(err, url) {
console.log(url); // 'http://MY-BUCKET-NAME.s3-website-us-east-1.amazonaws.com';
})
us-east-1.index.html.error.html.{
"key": "",
"secret": "",
"bucket": "",
"region": "us-east-1",
"site": {
"index": "index.html",
"error": "error.html"
}
}
Usage: basin [options]
Options:
-h, --help output usage information
-V, --version output the version number
--create [dir] Creates a skeleton site at the destination directory.
--deploy Deploys/publishes the current directory and sub directories. Must have basin.conf.json file present.
--remote-delete Deletes the remote S3 bucket. Must have basin.conf.json file present in current directory.
(MIT License)
Copyright 2012-2013, JP Richardson jprichardson@gmail.com
FAQs
Deploy sites to Amazon S3
The npm package basin receives a total of 1 weekly downloads. As such, basin popularity was classified as not popular.
We found that basin demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

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.

Company News
Socket won two 2026 Reppy Awards from RepVue, ranking in the top 5% of all sales orgs. AE Alexandra Lister shares what it's like to grow a sales career here.

Security News
NIST will stop enriching most CVEs under a new risk-based model, narrowing the NVD's scope as vulnerability submissions continue to surge.

Company News
/Security News
Socket is an initial recipient of OpenAI's Cybersecurity Grant Program, which commits $10M in API credits to defenders securing open source software.