Skip to content

Commit

Permalink
Merge pull request #440 from brefphp/mnapoli-patch-1
Browse files Browse the repository at this point in the history
Clarify text in the maturity matrix
  • Loading branch information
mnapoli authored Aug 29, 2019
2 parents 868fe2f + b7da42c commit 0120e12
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -187,9 +187,9 @@ This matrix will be updated as Bref and AWS services evolve over time.

- **API**

APIs run well on AWS Lambda thanks to the API Gateway integration.
APIs run on AWS Lambda without problems.

Performances are now similar to what you could expect on traditional VPS, with the exception of cold starts that can occasionally add a few hundreds of ms to some requests. While cold starts can be mitigated, those can be a deal breaker with real time APIs where response time is critical.
Performances are now similar to what you could expect on traditional VPS, with the exception of cold starts that can occasionally add a few hundreds of ms to some requests (usually 0.5% of the requests). While cold starts can be mitigated, those can be a deal breaker with real time APIs where response time is critical.

- **API with MySQL/PostgreSQL**

Expand All @@ -199,7 +199,7 @@ This matrix will be updated as Bref and AWS services evolve over time.

- **Website**

Websites can run fine on AWS Lambda. Assets can be served via AWS S3. That requires a bit of setup but this is documented in the ["Websites" documentation](/docs/websites.md).
Websites can run on AWS Lambda. Assets can be served via AWS S3. That requires a bit of setup but this is documented in the ["Websites" documentation](/docs/websites.md).

Performances are as good as any server. Cold starts often have less impact in websites than in APIs: a full page load *and render* in a browser is often a few seconds.

Expand Down

0 comments on commit 0120e12

Please sign in to comment.