Skip to content

Commit ee27f1f

Browse files
committed
update gcf page
1 parent 8e1d6fc commit ee27f1f

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

content/pages/08-web-app-deployment/38-google-cloud-functions.markdown

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,3 +17,13 @@ does not work with Python.
1717
alternative until Google Cloud Functions supports Python.
1818

1919
<div class="well see-also">The Google Cloud Functions service is an implementation of the <a href="/serverless.html">serverless</a> concept. Learn how these pieces fit together in the <a href="/deployment.html">deployment</a> chapter or view the <a href="/table-of-contents.html">table of contents</a> for all topics.</div>
20+
21+
22+
### Google Cloud Functions resources
23+
* [Serverless Cost Calculator](http://serverlesscalc.com/) estimates
24+
the amount that AWS would charge based on Lambda exeuctions,
25+
average execution time and memory needed per execution.
26+
27+
* [Microsoft Azure Functions vs. Google Cloud Functions vs. AWS Lambda](http://cloudacademy.com/blog/microsoft-azure-functions-vs-google-cloud-functions-fight-for-serverless-cloud-domination-continues/)
28+
gives an overview of these three serverless cloud platforms and
29+
compares their current capabilities.

0 commit comments

Comments
 (0)