@@ -113,6 +113,12 @@ out how to structure and operate serverless applications.
113113 operations staff. They discuss the good and the bad of working in this
114114 fashion while generally coming away with a positive experience.
115115
116+ * [ From bare metal to Serverless] ( https://loige.co/from-bare-metal-to-serverless/ )
117+ gives some historical detail and background context for how various
118+ execution architectures have evolved, from the invention of the web to
119+ software-as-a-service, infrastructure-as-a-service to today's newer
120+ serverless platforms.
121+
116122* [ Have you shipped anything serious with a “serverless” architecture?] ( https://news.ycombinator.com/item?id=17378749 )
117123 provides some great answers by Hacker News developers who are using
118124 serverless for large production applications and how they deal with
@@ -124,12 +130,15 @@ out how to structure and operate serverless applications.
124130 author did a great job presenting the data and elaborating on potential
125131 reasons why the results appeared as shown.
126132
133+ * [ Serverless Deployments of Python APIs] ( https://blog.miguelgrinberg.com/post/serverless-deployments-of-python-apis )
134+ is a wonderful Python-specific article on how to use AWS Lambda, API
135+ Gateway and DynamoDB to create and deploy a Python
136+ [ API] ( /application-programming-interfaces.html ) .
137+
127138* [ What's this serverless thing, anyway?] ( https://read.acloud.guru/whats-this-serverless-thing-anyway-b101cb72c7e6 )
128139
129140* [ Serverless architectures - let's ditch the servers?] ( https://codeahoy.com/2016/06/25/serverless-architectures-lets-ditch-the-servers/ )
130141
131- * [ The (fixable) problem with serverless] ( https://www.iopipe.com/2016/06/the-fixable-problem-with-serverless/ )
132-
133142* [ Serverless architectures] ( http://martinfowler.com/articles/serverless.html )
134143 provides a fantastic overview of the subject with a balanced approach
135144 that includes the drawbacks seen in current serverless platforms.
@@ -152,8 +161,6 @@ out how to structure and operate serverless applications.
152161 [ JavaScript] ( /javascript.html ) to add an input form to a static
153162 [ website created by a static site generator] ( /static-site-generator.html ) .
154163
155- * [ Cloud first, serverless second] ( https://hackernoon.com/cloud-first-serverless-second-1c086f282326 )
156-
157164* [ Serverless architectures, five design patterns] ( https://thenewstack.io/serverless-architecture-five-design-patterns/ )
158165 goes over the four main principles of serverless infrastructure and the
159166 five major usage patterns the AWS Lambda team is seeing from initial
@@ -208,9 +215,3 @@ perspectives on lock-in and using multiple cloud providers.
208215 recommends using a single vendor for now and stop worrying about
209216 hedging your bets because it typically makes your infrastructure
210217 significantly more complex.
211-
212- * [ The (Fixable) Problem with Serverless] ( https://www.iopipe.com/2016/06/the-fixable-problem-with-serverless/ )
213- is a bit of a marketing piece but it introduces
214- [ the IOPipe open source projects] ( https://github.com/iopipe )
215- that are designed as an abstraction layer for running on multiple
216- serverless cloud platforms.
0 commit comments