Skip to content
This repository has been archived by the owner on Feb 10, 2019. It is now read-only.

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
softprops committed Nov 25, 2018
1 parent 7c9dc2e commit c69177d
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,15 @@ a running process ( scaling up ↕️ ) but by spawning more lambdas ( scaling o

A key benefit of AWS lambda is that the _platform_ handles concurrency by spawning more instances of your function *for you*. This results in some economical advantages in
they way you only pay for what you use. Bear in mind you are billed at intervals of 100 milliseconds,
so the usefulness optimizing for cost is lost once you're dipped below that point.
so the usefulness optimizing for cost is lost once you've dipped below thatpoint


## Examples in the wild

* [slack standup](https://github.com/meetup/slack-standup) slack command webhook for automating standups
* [jirabars](https://github.com/meetup/jirabars) github webhook that fills in jira placeholder info based on branch names
* [barbershop](https://github.com/meetup/barbershop) github webhook that deletes branches after pr


## 🚧 planned changes

Expand Down

0 comments on commit c69177d

Please sign in to comment.