Skip to content

Commit

Permalink
move installation before about
Browse files Browse the repository at this point in the history
  • Loading branch information
tj committed Mar 3, 2016
1 parent d4be8ef commit 203f390
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,6 @@

The `apex-shell(1)` command allows you to execute commands in an AWS Lambda function via an interactive shell.

## About

Why on earth would you want to do this? Running arbitrary commands in AWS Lambda allows you to do things such as
verify that AWS roles have adequate permissions to interact with other resources, inspecting what environment variables
are presented by AWS, or simply taking a peek at the file structure of a Lambda container.

## Installation

Grab a [binary release](https://github.com/apex/apex-shell/releases), or install via go-get:
Expand All @@ -17,6 +11,12 @@ Grab a [binary release](https://github.com/apex/apex-shell/releases), or install
$ go get github.com/apex/apex-shell
```

## About

Why on earth would you want to do this? Running arbitrary commands in AWS Lambda allows you to do things such as
verify that AWS roles have adequate permissions to interact with other resources, inspecting what environment variables
are presented by AWS, or simply taking a peek at the file structure of a Lambda container.

## Usage

First thing to note is that `apex-shell(1)` requires that you run it in an Apex project directory, aka one with a `./project.json`. This is
Expand Down

0 comments on commit 203f390

Please sign in to comment.