Skip to content

Commit ee4e9cb

Browse files
committed
new paas resource
1 parent aab7b15 commit ee4e9cb

File tree

4 files changed

+18
-1
lines changed

4 files changed

+18
-1
lines changed

all.html

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4868,6 +4868,12 @@ <h2>Platform-as-a-service resources</h2>
48684868
Randall Degges is another great free resource about Heroku.</p>
48694869
</li>
48704870
<li>
4871+
<p><a href="https://www.expeditedssl.com/aws-in-plain-english">AWS in Plain English</a>
4872+
shows what current Amazon Web Services individual services are
4873+
currently called and what they could've been called to be more
4874+
clear to users.</p>
4875+
</li>
4876+
<li>
48714877
<p>Heroku's
48724878
<a href="https://devcenter.heroku.com/articles/getting-started-with-python">Python deployment documentation</a>
48734879
provides clear examples for how to work with virtualenv, pip and

feeds/all.atom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
<?xml version="1.0" encoding="utf-8"?>
2-
<feed xmlns="http://www.w3.org/2005/Atom"><title>Matt Makai</title><link href="http://www.fullstackpython.com/" rel="alternate"></link><link href="http://www.fullstackpython.com/feeds/all.atom.xml" rel="self"></link><id>http://www.fullstackpython.com/</id><updated>2015-11-17T08:19:34Z</updated></feed>
2+
<feed xmlns="http://www.w3.org/2005/Atom"><title>Matt Makai</title><link href="http://www.fullstackpython.com/" rel="alternate"></link><link href="http://www.fullstackpython.com/feeds/all.atom.xml" rel="self"></link><id>http://www.fullstackpython.com/</id><updated>2015-11-18T14:30:49Z</updated></feed>

platform-as-a-service.html

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,12 @@ <h2>Platform-as-a-service resources</h2>
9393
Randall Degges is another great free resource about Heroku.</p>
9494
</li>
9595
<li>
96+
<p><a href="https://www.expeditedssl.com/aws-in-plain-english">AWS in Plain English</a>
97+
shows what current Amazon Web Services individual services are
98+
currently called and what they could've been called to be more
99+
clear to users.</p>
100+
</li>
101+
<li>
96102
<p>Heroku's
97103
<a href="https://devcenter.heroku.com/articles/getting-started-with-python">Python deployment documentation</a>
98104
provides clear examples for how to work with virtualenv, pip and

source/content/pages/07-web-app-deployment/04-platform-as-a-service.markdown

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,11 @@ application framework and your app itself is up to date and secured. See the
6666
* [Deploying Django](http://www.rdegges.com/deploying-django/) by
6767
Randall Degges is another great free resource about Heroku.
6868

69+
* [AWS in Plain English](https://www.expeditedssl.com/aws-in-plain-english)
70+
shows what current Amazon Web Services individual services are
71+
currently called and what they could've been called to be more
72+
clear to users.
73+
6974
* Heroku's
7075
[Python deployment documentation](https://devcenter.heroku.com/articles/getting-started-with-python)
7176
provides clear examples for how to work with virtualenv, pip and

0 commit comments

Comments
 (0)