Skip to content

Commit 8e1d6fc

Browse files
committed
new serverless resources
1 parent 33e52a2 commit 8e1d6fc

File tree

2 files changed

+11
-0
lines changed

2 files changed

+11
-0
lines changed

content/pages/08-web-app-deployment/35-serverless.markdown

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,13 @@ out how to structure and operate serverless applications.
104104

105105
* [Serverless computing: If there is no server, where does my application run?](https://devup.co/serverless-computing-if-there-is-no-server-where-does-my-application-run-a369c3699730)
106106

107+
* [Serverless Cost Calculator](http://serverlesscalc.com/) estimates
108+
the amount each serverless platform would charge based on executions,
109+
average execution time and memory needed per execution.
110+
[AWS Lambda](/aws-lambda.html),
111+
[Google Cloud Functions](/google-cloud-functions.html),
112+
Azure Functions and IBM OpenWhisk are all included in the results.
113+
107114

108115
### Serverless vendor lock-in?
109116
There is some concern by organizations and developers about vendor lock-in

content/pages/08-web-app-deployment/36-aws-lambda.markdown

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,3 +60,7 @@ has support for both Python 2.7 and 3.6.
6060
* The
6161
[AWS Lambda tag](https://aws.amazon.com/blogs/aws/category/aws-lambda/)
6262
on the official AWS blog contains all the related first-party tutorials
63+
64+
* [Serverless Cost Calculator](http://serverlesscalc.com/) estimates
65+
the amount that AWS would charge based on Lambda exeuctions,
66+
average execution time and memory needed per execution.

0 commit comments

Comments
 (0)