Skip to content

Latest commit

 

History

History
32 lines (24 loc) · 536 Bytes

running-on-hyper.md

File metadata and controls

32 lines (24 loc) · 536 Bytes

Running on Hyper.sh

Before running ben, make sure you set:

$ export HYPER_ACCESSKEY="your access key"
$ export HYPER_SECRETKEY="your secret key"
$ export HYPER_REGION="us-west-1" // OPTIONAL will default to us-west-1 if not set

Then choose a hyper machine type:

{
    "environments": 
    [
        {
            "runtime": "golang",
            "machine": "hyper-s4"
        }
    ]
}

Fire !

$ ben

Check out this example for more.