Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
aidansteele authored Feb 13, 2020
1 parent 94d22e0 commit 3b851ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ If so, `lambdahttp` is for **you**.
tab on GitHub.
* Add your app to the zip file.
* Upload the zip to S3.
* Create a Lambda function from that zip file. Configure it to use a "custom runtime"
* Create a Lambda function from that zip file. Configure it to use the `provided` runtime
and specify a shell command as the "handler", e.g. `./myprogram listen --port 8080`.
* Do the API Gateway / Application Load Balancer dance.
* Swim in the savings of serverless.
Expand Down

0 comments on commit 3b851ef

Please sign in to comment.