Skip to content

Commit

Permalink
chore: merge master into develop #190
Browse files Browse the repository at this point in the history
  • Loading branch information
brettstack authored Oct 14, 2018
2 parents d3c1899 + 61cf2ea commit 04b7777
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ app.get('/', (req, res) => {

### Is AWS serverless right for my app?

#### Pros
#### Benefits

- Pay for what you use
- No infrastructure to manage
Expand All @@ -60,7 +60,7 @@ app.get('/', (req, res) => {
- [Request Validation](http://docs.aws.amazon.com/apigateway/latest/developerguide/api-gateway-method-request-validation.html)
- [Documentation](http://docs.aws.amazon.com/apigateway/latest/developerguide/api-gateway-documenting-api.html)

#### Cons
#### Considerations

- For apps that may not see traffic for several minutes at a time, you could see [cold starts](https://aws.amazon.com/blogs/compute/container-reuse-in-lambda/)
- Cannot use native libraries (aka [Addons](https://nodejs.org/api/addons.html)) unless you package your app on an EC2 machine running Amazon Linux
Expand Down

0 comments on commit 04b7777

Please sign in to comment.