Skip to content

Commit e5da324

Browse files
committed
new serverless resource
1 parent b69fc03 commit e5da324

File tree

2 files changed

+26
-21
lines changed

2 files changed

+26
-21
lines changed

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

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,11 @@ iterations so there are many ideas and good practices yet to be
7575
discovered. These resources are the first attempts at figuring
7676
out how to structure and operate serverless applications.
7777

78+
* [Serverless software](https://talkpython.fm/episodes/show/118/serverless-software)
79+
covers a range of topics under serverless and how deployments have
80+
changed as new options such as [PaaS](/platform-as-a-service.html)
81+
have become widespread.
82+
7883
* [What's this serverless thing, anyway?](https://read.acloud.guru/whats-this-serverless-thing-anyway-b101cb72c7e6)
7984

8085
* [Serverless architectures - let's ditch the servers?](https://codeahoy.com/2016/06/25/serverless-architectures-lets-ditch-the-servers/)

theme/templates/index-sidebar.html

Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,24 @@
11
<div class="col-md-offset-1 col-md-3" id="sidebar">
2-
<div class="panel">
3-
<div class="panel-heading"><h3 class="panel-head">{% for p in pages|sort(attribute='sortorder') %}{% if page and p.slug == page.slug %}{{ p.title }}{% endif %}{% endfor %}{% if not page %}Full Stack Python{% endif %}</h3></div>
4-
<div class="panel-body">
5-
{% if not page %}
6-
<a href="/">Full Stack Python</a> is an open book that explains
7-
concepts in plain language and provides the most helpful resources
8-
on those topics.
9-
<hr/>
10-
The <a href="/table-of-contents.html">table of contents</a> lists
11-
all Python topics.
12-
{% endif %}
13-
{% if page %}
14-
<hr/>
15-
Major updates are tweeted via
16-
<a href="https://twitter.com/fullstackpython">@fullstackpython</a>.
17-
<hr/>
18-
Need more detailed tutorials than you see here?
19-
<a href="http://www.deploypython.com/">Learn more about The Full Stack Python Guide to Deployments book.</a>
20-
{% endif %}
21-
</div>
2+
<div class="panel">
3+
<div class="panel-heading"><h3 class="panel-head">{% for p in pages|sort(attribute='sortorder') %}{% if page and p.slug == page.slug %}{{ p.title }}{% endif %}{% endfor %}{% if not page %}Full Stack Python{% endif %}</h3></div>
4+
<div class="panel-body">
5+
{% if not page %}
6+
<a href="/">Full Stack Python</a> is an open book that explains
7+
concepts in plain language and provides the most helpful resources
8+
on those topics.
9+
<hr/>
10+
The <a href="/table-of-contents.html">table of contents</a> lists
11+
all Python topics.
12+
{% endif %}
13+
{% if page %}
14+
<hr/>
15+
Major updates are tweeted via
16+
<a href="https://twitter.com/fullstackpython">@fullstackpython</a>.
17+
<hr/>
18+
Need more detailed tutorials than you see here?
19+
<a href="http://www.deploypython.com/">Learn more about The Full Stack Python Guide to Deployments book.</a>
20+
{% endif %}
2221
</div>
23-
{% include "email-for-book-sidebar.html" %}
22+
</div>
23+
{% include "email-for-book-sidebar.html" %}
2424
</div>

0 commit comments

Comments
 (0)