Skip to content

Commit

Permalink
fix h2
Browse files Browse the repository at this point in the history
  • Loading branch information
benconnito committed Mar 23, 2017
1 parent 2dfded0 commit 5730e69
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@ A grunt utility for easily testing and deploying AWS lambda + AWS api gateway ap
##there is a library too!
Use https://github.com/benconnito/kopper-serverless for developing the lambda functions. It has some Error classes, success/fail wrappers, and an AWS config method.

##Getting Started
## Getting Started
```
npm install grunt-kopper-serverless
```

##usage
## usage
Unlike most grunt plugins where you `grunt.loadNpmTask` this library is just some helper methods for auto setting up your config and adding some run, test, and deploy methods.

See the example [`Gruntfile.js`](examples/Gruntfile.js) for an example of what to write.
Expand Down Expand Up @@ -57,11 +57,11 @@ exports.testMyFirstLambda = {
};
```

##api definition
## api definition

See [api.js](/examples/lambda/api.js) for an example api definition file.

##running a local api with apache and cgi-node
## running a local api with apache and cgi-node

If you've set up an api definition. You can run a local version of it via apache and cgi-node.

Expand Down

0 comments on commit 5730e69

Please sign in to comment.