8000 cleaning up more broken links · mattmakai/fullstackpython.com@29fe5f2 · GitHub
[go: up one dir, main page]

Skip to content

Commit 29fe5f2

Browse files
committed
cleaning up more broken links
1 parent 1136a5a commit 29fe5f2

File tree

3 files changed

+9
-18
lines changed

3 files changed

+9
-18
lines changed

content/pages/05-deployment/38-serverless.markdown

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,8 @@ and not all of them have Python support.
5858
[Apache OpenWhisk](https://github.com/openwhisk/openwhisk)
5959
open source project.
6060

61-
* [Google Cloud Functions](/google-cloud-functions.html) currently
62-
only supports JavaScript code execution.
61+
* [Google Cloud Functions](/google-cloud-functions.html) has
62+
[native Python 3.x runtimes](https://cloud.google.com/functions/docs/concepts/python-runtime).
6363

6464
* [Webtask.io](https://webtask.io/) started as a JavaScript service but
6565
now also has a Python runtime as well.

content/pages/05-deployment/39-aws-lambda.markdown

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -52,10 +52,6 @@ has support for both Python 2.7, 3.6 and 3.7.
5252
provides a screen capture of one developer deploying their
5353
application to Lambda.
5454

55-
* [Automated SQL Injection Testing of Serverless Functions On a Shoestring Budget (and Some Good Music)](https://www.puresec.io/blog/automated-sql-injection-testing-of-serverless-functions-on-a-shoestring-budget-and-some-good-music)
56-
is an awesome operational security post that uses Python to test
57-
for SQL injection vulnerabilities in serverless functions on AWS Lambda.
58-
5955
* [Building Scikit-Learn For AWS Lambda](https://serverlesscode.com/post/scikitlearn-with-amazon-linux-container/)
6056
follows up on the
6157
[Using Scikit-Learn In AWS Lambda](https://serverlesscode.com/post/deploy-scikitlearn-on-lamba/)
@@ -76,11 +72,6 @@ has support for both Python 2.7, 3.6 and 3.7.
7672
guide created by a developer who used all of these bits to learn
7773
AWS services herself.
7874

79-
* [AWS Lambda Serverless Reference Architectures](http://www.allthingsdistributed.com/2016/06/aws-lambda-serverless-reference-architectures.html)
80-
provides blueprints with diagrams of common architecture patterns that
81-
developers use for their mobile backend, file processing, stream
82-
processing and web application projects.
83-
8475
* [Security Overview of AWS Lambda](https://d1.awsstatic.com/whitepapers/Overview-AWS-Lambda-Security.pdf)
8576
(PDF file) covers their "Shared Responsibility Model" for security and
8677
compliance. Although the paper bills itself as an in-depth look at

content/pages/06-devops/00-devops.markdown

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@ tools and services for DevOps environments.
3535
which when used properly can enable continuous software delivery.
3636

3737
* For an Atlassian-centric perspective on tooling, take a look at
38-
this post on how to
39-
[choose the right DevOps tools](http://blogs.atlassian.com/2016/03/how-to-choose-devops-tools/)
38+
this guide on how to
39+
[choose the right DevOps tools](https://www.atlassian.com/devops/devops-tools)
4040
which is biased towards their tools but still has some good insight
4141
such as using automated testing to provide immediate awareness of
4242
defects that require fixing.
@@ -47,18 +47,18 @@ The following resources give advice and approaches for building the right
4747
teams, culture, processes and tools into software development organizations.
4848

4949
* [DevOps vs. Platform Engineering](https://alexgaynor.net/2015/mar/06/devops-vs-platform-engineering/)
50-
considers DevOps an ad hoc approach to developing software while building
51-
a platform is a strict contract. I see this as "DevOps is a process",
52-
while a "platform is code". Running code is better than any organizational
53-
process.
50+
considers DevOps to be an ad hoc approach to developing software while
51+
building a platform is a strict contract. I see this as "DevOps is a
52+
process", while a "platform is code". Running code is better than any
53+
organizational process.
5454

5555
* The open source
5656
[PagerDuty Incident Response guide](https://response.pagerduty.com/) is the
5757
amazing result from their company taking the practices they use to keep
5858
their services running and putting them out for other developers to consume.
5959
Highly recommended.
6060

61-
* [Introduction to DevOps and Software Delivery Performance](https://www.stridenyc.com/blog/introduction-to-devops-and-software-delivery-performance)
61+
* [Introduction to DevOps and Software Delivery Performance](https://www.stridenyc.com/blog/devops-and-software-delivery-performance)
6262
explains the four key delivery metrics of Delivery Lead Time,
6363
Deployment Frequency, Time to Restore Service, and Change Fail Rate,
6464
and then gives a high-level overview of technical, process and

0 commit comments

Comments
 (0)
0