<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Serverless on stigterhq.nl</title>
    <link>https://www.stigterhq.nl/categories/serverless/</link>
    <description>Recent content in Serverless on stigterhq.nl</description>
    <generator>Hugo -- gohugo.io</generator>
    <language>en</language>
    <copyright>© 2026 stigterhq.nl</copyright>
    <lastBuildDate>Thu, 28 Oct 2021 00:00:00 +0000</lastBuildDate><atom:link href="https://www.stigterhq.nl/categories/serverless/index.xml" rel="self" type="application/rss+xml" />
    
    <item>
      <title>Simply Stateful Serverless</title>
      <link>https://www.stigterhq.nl/2021/10/simply-stateful-serverless/</link>
      <pubDate>Thu, 28 Oct 2021 00:00:00 +0000</pubDate>
      
      <guid>https://www.stigterhq.nl/2021/10/simply-stateful-serverless/</guid>
      <description>&lt;p&gt;One of the things I love about serverless is that I never have to be bothered with managing servers, it’s just using a service like Lambda, Cloud Run, etc and my code is running. If I want to use a database I can rely on services like DynamoDB or CosmosDB. While I think that is absolutely great, it feels like serverless is only for stateless processes. I think serverless needs a bold and stateful vision so that we can build any type of application (stateful and stateless) without ever managing servers. In this talk, I’ll touch on why statefulness matters and how stateful serverless makes patterns like Event Sourcing and CQRS available to anyone.&lt;/p&gt;</description>
      
    </item>
    
    <item>
      <title>Why (stateful) serverless matters for server admins</title>
      <link>https://www.stigterhq.nl/2021/09/why-stateful-serverless-matters-for-server-admins/</link>
      <pubDate>Tue, 21 Sep 2021 00:00:00 +0000</pubDate>
      
      <guid>https://www.stigterhq.nl/2021/09/why-stateful-serverless-matters-for-server-admins/</guid>
      <description>&lt;p&gt;In the session I went over why serverless is important to our industry, why server admins (which I then rephrased to SREs) are so important to our serverless success, and why stateless isn&amp;rsquo;t the answer for everything. Technology wise I&amp;rsquo;ll be &amp;ldquo;all over the map&amp;rdquo; talking about things like Knative and the VMware Event Broker Appliance, AWS Lambda, Akka Serverless&lt;/p&gt;</description>
      <media:content xmlns:media="http://search.yahoo.com/mrss/" url="https://www.stigterhq.nl/2021/09/why-stateful-serverless-matters-for-server-admins/feature.png" />
    </item>
    
    <item>
      <title>Lightbend&#39;s Akka Serverless enables stateful app development without a database - SiliconANGLE</title>
      <link>https://www.stigterhq.nl/2021/06/lightbends-akka-serverless-enables-stateful-app-development-without-a-database-siliconangle/</link>
      <pubDate>Thu, 10 Jun 2021 00:00:00 +0000</pubDate>
      
      <guid>https://www.stigterhq.nl/2021/06/lightbends-akka-serverless-enables-stateful-app-development-without-a-database-siliconangle/</guid>
      <description>&lt;p&gt;Leon Stigter, senior product manager for serverless at Lightbend, explained the core problem to SiliconANGLE: developers generally think of serverless as a &amp;ldquo;stateless solution,&amp;rdquo; meaning every time an application needs to do something, it has to connect to a database first. For a single service that&amp;rsquo;s manageable, but at scale, things like connection pooling get painful fast.&lt;/p&gt;</description>
      <media:content xmlns:media="http://search.yahoo.com/mrss/" url="https://www.stigterhq.nl/2021/06/lightbends-akka-serverless-enables-stateful-app-development-without-a-database-siliconangle/feature.png" />
    </item>
    
    <item>
      <title>How To Secure Akka Serverless Apps With Auth0</title>
      <link>https://www.stigterhq.nl/2021/06/how-to-secure-akka-serverless-apps-with-auth0/</link>
      <pubDate>Tue, 08 Jun 2021 00:00:00 +0000</pubDate>
      
      <guid>https://www.stigterhq.nl/2021/06/how-to-secure-akka-serverless-apps-with-auth0/</guid>
      <description>&lt;p&gt;As &lt;a href=&#34;https://auth0.com&#34;  target=&#34;_blank&#34; rel=&#34;noreferrer&#34;&gt;Auth0&lt;/a&gt; says on their website &amp;ldquo;&lt;em&gt;Identity is the front door of every user interaction&lt;/em&gt;&amp;rdquo;. When you&amp;rsquo;re building serverless applications, that becomes even more important since you often have multiple apps that all need to be secured. In this post I&amp;rsquo;ll walk you through how to wire up Auth0 with &lt;a href=&#34;https://akkaserverless.com&#34;  target=&#34;_blank&#34; rel=&#34;noreferrer&#34;&gt;Akka Serverless&lt;/a&gt;.&lt;/p&gt;</description>
      <media:content xmlns:media="http://search.yahoo.com/mrss/" url="https://www.stigterhq.nl/2021/06/how-to-secure-akka-serverless-apps-with-auth0/feature.jpg" />
    </item>
    
    <item>
      <title>How To Set Up Continuous Integration and Delivery With Github Actions and Akka Serverless</title>
      <link>https://www.stigterhq.nl/2021/06/how-to-set-up-continuous-integration-and-delivery-with-github-actions-and-akka-serverless/</link>
      <pubDate>Tue, 01 Jun 2021 00:00:00 +0000</pubDate>
      
      <guid>https://www.stigterhq.nl/2021/06/how-to-set-up-continuous-integration-and-delivery-with-github-actions-and-akka-serverless/</guid>
      <description>&lt;p&gt;CI/CD is one of those things that pays for itself almost immediately. In serverless especially, where the whole point is to focus on code and let the platform handle the rest, automating your deployment pipeline is a no-brainer. It lets developers focus on code and lets the business ship quality software faster. So how does that work with &lt;a href=&#34;https://akkaserverless.com&#34;  target=&#34;_blank&#34; rel=&#34;noreferrer&#34;&gt;Akka Serverless&lt;/a&gt;?&lt;/p&gt;</description>
      <media:content xmlns:media="http://search.yahoo.com/mrss/" url="https://www.stigterhq.nl/2021/06/how-to-set-up-continuous-integration-and-delivery-with-github-actions-and-akka-serverless/feature.jpg" />
    </item>
    
    <item>
      <title>Thinking Stateful Serverless @ Micro.Sphere.IT</title>
      <link>https://www.stigterhq.nl/2020/12/thinking-stateful-serverless-@-micro.sphere.it/</link>
      <pubDate>Wed, 09 Dec 2020 00:00:00 +0000</pubDate>
      
      <guid>https://www.stigterhq.nl/2020/12/thinking-stateful-serverless-@-micro.sphere.it/</guid>
      <description>&lt;p&gt;As developers, we all want to be more productive. Serverless helps you do just that, by letting you focus on the business logic while shifting operations somewhere else. As more companies discover this emerging technology, we also discover drawbacks like state management. In this session, I focused on what serverless is, how it helps developers, what potential drawbacks exist, and how we can add state management into serverless.&lt;/p&gt;</description>
      <media:content xmlns:media="http://search.yahoo.com/mrss/" url="https://www.stigterhq.nl/2020/12/thinking-stateful-serverless-@-micro.sphere.it/feature.jpg" />
    </item>
    
    <item>
      <title>Test-driving Event-Driven Apps on Kubernetes</title>
      <link>https://www.stigterhq.nl/2020/10/test-driving-event-driven-apps-on-kubernetes/</link>
      <pubDate>Thu, 15 Oct 2020 00:00:00 +0000</pubDate>
      
      <guid>https://www.stigterhq.nl/2020/10/test-driving-event-driven-apps-on-kubernetes/</guid>
      <description>&lt;p&gt;As developers, we all want to be more productive. Knative, a Kubernetes-based platform to deploy and manage modern serverless workloads, helps to do just that. The idea behind Knative is to abstract away the complexity of building apps on top of Kubernetes as much as possible, and Tekton is a powerful and flexible open-source CI/CD tool. How can you bring those two together on your local machine to try a few things out or even develop your apps? During this talk, we looked at setting up a KinD cluster, bootstrapping Knative and Tekton, and deploying an app!&lt;/p&gt;</description>
      <media:content xmlns:media="http://search.yahoo.com/mrss/" url="https://www.stigterhq.nl/2020/10/test-driving-event-driven-apps-on-kubernetes/feature.png" />
    </item>
    
    <item>
      <title>Deploying your first app on the Kubernetes based Knative platform</title>
      <link>https://www.stigterhq.nl/2020/08/deploying-your-first-app-on-the-kubernetes-based-knative-platform/</link>
      <pubDate>Thu, 13 Aug 2020 00:00:00 +0000</pubDate>
      
      <guid>https://www.stigterhq.nl/2020/08/deploying-your-first-app-on-the-kubernetes-based-knative-platform/</guid>
      <description>&lt;p&gt;As developers, we all want to be more productive. Knative, a Kubernetes based platform to deploy and manage modern serverless works, helps to do just that. The idea behind Knative is to abstract away the complexity of building apps on top of Kubernetes as much as possible. How can you get Knative running on your local machine to try a few things out or even develop your apps? In this session, we &amp;rsquo;ll look at setting up a Kubernetes cluster, installing Knative, and building an app.&lt;/p&gt;</description>
      <media:content xmlns:media="http://search.yahoo.com/mrss/" url="https://www.stigterhq.nl/2020/08/deploying-your-first-app-on-the-kubernetes-based-knative-platform/feature.png" />
    </item>
    
    <item>
      <title>Data Driven Decisions in DevOps @ MyDevSecOps</title>
      <link>https://www.stigterhq.nl/2020/07/data-driven-decisions-in-devops-@-mydevsecops/</link>
      <pubDate>Thu, 02 Jul 2020 00:00:00 +0000</pubDate>
      
      <guid>https://www.stigterhq.nl/2020/07/data-driven-decisions-in-devops-@-mydevsecops/</guid>
      <description>&lt;p&gt;With everything going on in DevOps, I think we can safely say that building pipelines is the way to deploy your applications to production. But knowing what you deploy to production and whether it is actually okay needs more data, like security checks, performance checks, and budget checks. We&amp;rsquo;ve come up with a process for that, which we call Continuous Verification &amp;ldquo;A process of querying external systems and using information from the response to make decisions to improve the development and deployment process.&amp;rdquo; In this session, we&amp;rsquo;ll look at extending an existing CI/CD pipeline with checks for security, performance, and cost to make a decision on whether we want to deploy our app or not.&lt;/p&gt;</description>
      <media:content xmlns:media="http://search.yahoo.com/mrss/" url="https://www.stigterhq.nl/2020/07/data-driven-decisions-in-devops-@-mydevsecops/feature.png" />
    </item>
    
    <item>
      <title>Automated DevOps for the Serverless Fitness Shop</title>
      <link>https://www.stigterhq.nl/2020/06/automated-devops-for-the-serverless-fitness-shop-knowing-what-and-why-you-go-to-production-@-ns1-ins1ghts-2020/</link>
      <pubDate>Thu, 25 Jun 2020 00:00:00 +0000</pubDate>
      
      <guid>https://www.stigterhq.nl/2020/06/automated-devops-for-the-serverless-fitness-shop-knowing-what-and-why-you-go-to-production-@-ns1-ins1ghts-2020/</guid>
      <description>&lt;p&gt;In a nutshell, Continuous Verification is about putting as many automated checks as possible into your CI/CD pipelines. These checks call out to external systems to validate performance, security, and cost — without asking your engineers to do that manually. The same systems that decide whether a deployment goes to production can also help engineers understand where the bottlenecks are. More checks in the pipeline means fewer manual tasks, less overhead, and better decisions about what actually ships. And yeah, maybe a bit more time at the beach.&lt;/p&gt;</description>
      <media:content xmlns:media="http://search.yahoo.com/mrss/" url="https://www.stigterhq.nl/2020/06/automated-devops-for-the-serverless-fitness-shop-knowing-what-and-why-you-go-to-production-@-ns1-ins1ghts-2020/feature.png" />
    </item>
    
    <item>
      <title>How to set up a local Knative environment with KinD and without DNS headaches</title>
      <link>https://www.stigterhq.nl/2020/06/how-to-set-up-a-local-knative-environment-with-kind-and-without-dns-headaches/</link>
      <pubDate>Wed, 03 Jun 2020 00:00:00 +0000</pubDate>
      
      <guid>https://www.stigterhq.nl/2020/06/how-to-set-up-a-local-knative-environment-with-kind-and-without-dns-headaches/</guid>
      <description>&lt;p&gt;Knative builds on Kubernetes to abstract away complexity for developers, and enables them to focus on delivering value to their business. The complex (and sometimes boring) parts of building apps to run on Kubernetes are managed by Knative. In this post, we will focus on setting up a lightweight environment to help you to develop modern apps faster using Knative.&lt;/p&gt;</description>
      <media:content xmlns:media="http://search.yahoo.com/mrss/" url="https://www.stigterhq.nl/2020/06/how-to-set-up-a-local-knative-environment-with-kind-and-without-dns-headaches/feature.png" />
    </item>
    
    <item>
      <title>Continuous Verification In A Serverless World @ Open Source Community Day</title>
      <link>https://www.stigterhq.nl/2020/04/continuous-verification-in-a-serverless-world-@-open-source-community-day/</link>
      <pubDate>Thu, 30 Apr 2020 00:00:00 +0000</pubDate>
      
      <guid>https://www.stigterhq.nl/2020/04/continuous-verification-in-a-serverless-world-@-open-source-community-day/</guid>
      <description>&lt;p&gt;At &lt;a href=&#34;https://cloud.vmware.com&#34;  target=&#34;_blank&#34; rel=&#34;noreferrer&#34;&gt;VMware&lt;/a&gt; we define Continuous Verification as:&lt;/p&gt;&#xA;&lt;p&gt;&amp;ldquo;A process of querying external systems and using information from the response to make decisions to improve the development and deployment process.&amp;rdquo;&lt;/p&gt;&#xA;&lt;p&gt;At #OSSDay, I got a chance to not only talk about what that means for serverless apps and how you can build it into your existing pipelines using tools like GitLab, CloudHealth, Wavefront and Gotling.&lt;/p&gt;</description>
      <media:content xmlns:media="http://search.yahoo.com/mrss/" url="https://www.stigterhq.nl/2020/04/continuous-verification-in-a-serverless-world-@-open-source-community-day/feature.png" />
    </item>
    
    <item>
      <title>Building a Serverless Fitness Shop - Observability</title>
      <link>https://www.stigterhq.nl/2020/04/building-a-serverless-fitness-shop-observability/</link>
      <pubDate>Wed, 15 Apr 2020 00:00:00 +0000</pubDate>
      
      <guid>https://www.stigterhq.nl/2020/04/building-a-serverless-fitness-shop-observability/</guid>
      <description>&lt;p&gt;&lt;em&gt;If you&amp;rsquo;ve read the blog posts on CloudJourney.io before, you&amp;rsquo;ve likely come across the term &amp;ldquo;Continuous Verification&amp;rdquo;. If not, no worries. There&amp;rsquo;s a solid article from &lt;a href=&#34;https://twitter.com/dan_illson&#34;  target=&#34;_blank&#34; rel=&#34;noreferrer&#34;&gt;Dan Illson&lt;/a&gt; and &lt;a href=&#34;https://twitter.com/Shetti&#34;  target=&#34;_blank&#34; rel=&#34;noreferrer&#34;&gt;Bill Shetti&lt;/a&gt; on &lt;a href=&#34;https://thenewstack.io/continuous-verification-the-missing-link-to-fully-automate-your-pipeline/&#34;  target=&#34;_blank&#34; rel=&#34;noreferrer&#34;&gt;The New Stack&lt;/a&gt; that explains it in detail. The short version: Continuous Verification means putting as many automated checks as possible into your CI/CD pipelines. More checks, fewer manual tasks, more data to smooth out and improve your development and deployment process.&lt;/em&gt;&lt;/p&gt;&#xA;&lt;p&gt;So far we covered the &lt;a href=&#34;https://www.stigterhq.nl/2020/03/building-a-serverless-fitness-shop-tools-and-tech/&#34; &gt;tools and technologies&lt;/a&gt;, &lt;a href=&#34;https://www.stigterhq.nl/2020/04/building-a-serverless-fitness-shop-continuous-anything/&#34; &gt;Continuous Integration&lt;/a&gt;, and &lt;a href=&#34;https://www.stigterhq.nl/2020/04/building-a-serverless-fitness-shop-infrastructure-as-code/&#34; &gt;Infrastructure as Code&lt;/a&gt; aspects of the ACME Serverless Fitness Shop. This post is about observability.&lt;/p&gt;</description>
      <media:content xmlns:media="http://search.yahoo.com/mrss/" url="https://www.stigterhq.nl/2020/04/building-a-serverless-fitness-shop-observability/feature.jpg" />
    </item>
    
    <item>
      <title>Building a Serverless Fitness Shop - Infrastructure as Code</title>
      <link>https://www.stigterhq.nl/2020/04/building-a-serverless-fitness-shop-infrastructure-as-code/</link>
      <pubDate>Wed, 08 Apr 2020 00:00:00 +0000</pubDate>
      
      <guid>https://www.stigterhq.nl/2020/04/building-a-serverless-fitness-shop-infrastructure-as-code/</guid>
      <description>&lt;p&gt;&lt;em&gt;If you&amp;rsquo;ve read the blog posts on CloudJourney.io before, you&amp;rsquo;ve likely come across the term &amp;ldquo;Continuous Verification&amp;rdquo;. If not, no worries. There&amp;rsquo;s a solid article from &lt;a href=&#34;https://twitter.com/dan_illson&#34;  target=&#34;_blank&#34; rel=&#34;noreferrer&#34;&gt;Dan Illson&lt;/a&gt; and &lt;a href=&#34;https://twitter.com/Shetti&#34;  target=&#34;_blank&#34; rel=&#34;noreferrer&#34;&gt;Bill Shetti&lt;/a&gt; on &lt;a href=&#34;https://thenewstack.io/continuous-verification-the-missing-link-to-fully-automate-your-pipeline/&#34;  target=&#34;_blank&#34; rel=&#34;noreferrer&#34;&gt;The New Stack&lt;/a&gt; that explains it in detail. The short version: Continuous Verification means putting as many automated checks as possible into your CI/CD pipelines. More checks, fewer manual tasks, more data to smooth out and improve your development and deployment process.&lt;/em&gt;&lt;/p&gt;&#xA;&lt;p&gt;In &lt;a href=&#34;https://www.stigterhq.nl/2020/03/building-a-serverless-fitness-shop-tools-and-tech/&#34; &gt;part one&lt;/a&gt; we covered the tools and technologies and in &lt;a href=&#34;https://www.stigterhq.nl/2020/04/building-a-serverless-fitness-shop-continuous-anything/&#34; &gt;part two&lt;/a&gt; we covered the Continuous Integration aspect of the ACME Serverless Fitness Shop. This post is about Infrastructure as Code.&lt;/p&gt;</description>
      <media:content xmlns:media="http://search.yahoo.com/mrss/" url="https://www.stigterhq.nl/2020/04/building-a-serverless-fitness-shop-infrastructure-as-code/feature.jpg" />
    </item>
    
    <item>
      <title>Building a Serverless Fitness Shop - Continuous Anything</title>
      <link>https://www.stigterhq.nl/2020/04/building-a-serverless-fitness-shop-continuous-anything/</link>
      <pubDate>Wed, 01 Apr 2020 00:00:00 +0000</pubDate>
      
      <guid>https://www.stigterhq.nl/2020/04/building-a-serverless-fitness-shop-continuous-anything/</guid>
      <description>&lt;p&gt;&lt;em&gt;If you&amp;rsquo;ve read the blog posts on CloudJourney.io before, you&amp;rsquo;ve likely come across the term &amp;ldquo;Continuous Verification&amp;rdquo;. If not, no worries. There&amp;rsquo;s a solid article from &lt;a href=&#34;https://twitter.com/dan_illson&#34;  target=&#34;_blank&#34; rel=&#34;noreferrer&#34;&gt;Dan Illson&lt;/a&gt; and &lt;a href=&#34;https://twitter.com/Shetti&#34;  target=&#34;_blank&#34; rel=&#34;noreferrer&#34;&gt;Bill Shetti&lt;/a&gt; on &lt;a href=&#34;https://thenewstack.io/continuous-verification-the-missing-link-to-fully-automate-your-pipeline/&#34;  target=&#34;_blank&#34; rel=&#34;noreferrer&#34;&gt;The New Stack&lt;/a&gt; that explains it in detail. The short version: Continuous Verification means putting as many automated checks as possible into your CI/CD pipelines. More checks, fewer manual tasks, more data to smooth out and improve your development and deployment process.&lt;/em&gt;&lt;/p&gt;</description>
      <media:content xmlns:media="http://search.yahoo.com/mrss/" url="https://www.stigterhq.nl/2020/04/building-a-serverless-fitness-shop-continuous-anything/feature.jpg" />
    </item>
    
    <item>
      <title>Building a Serverless Fitness Shop - Tools and Tech</title>
      <link>https://www.stigterhq.nl/2020/03/building-a-serverless-fitness-shop-tools-and-tech/</link>
      <pubDate>Mon, 23 Mar 2020 00:00:00 +0000</pubDate>
      
      <guid>https://www.stigterhq.nl/2020/03/building-a-serverless-fitness-shop-tools-and-tech/</guid>
      <description>&lt;p&gt;If you&amp;rsquo;ve read the blog posts on CloudJourney.io before, you&amp;rsquo;ve likely come across the term &amp;ldquo;Continuous Verification&amp;rdquo;. If you haven&amp;rsquo;t, no worries. There&amp;rsquo;s a solid article from &lt;a href=&#34;https://twitter.com/dan_illson&#34;  target=&#34;_blank&#34; rel=&#34;noreferrer&#34;&gt;Dan Illson&lt;/a&gt; and &lt;a href=&#34;https://twitter.com/Shetti&#34;  target=&#34;_blank&#34; rel=&#34;noreferrer&#34;&gt;Bill Shetti&lt;/a&gt; on &lt;a href=&#34;https://thenewstack.io/continuous-verification-the-missing-link-to-fully-automate-your-pipeline/&#34;  target=&#34;_blank&#34; rel=&#34;noreferrer&#34;&gt;The New Stack&lt;/a&gt; that explains it in detail. The short version: Continuous Verification is &amp;ldquo;&lt;em&gt;A process of querying external system(s) and using information from the response to make decision(s) to improve the development and deployment process.&lt;/em&gt;&amp;rdquo;&lt;/p&gt;</description>
      <media:content xmlns:media="http://search.yahoo.com/mrss/" url="https://www.stigterhq.nl/2020/03/building-a-serverless-fitness-shop-tools-and-tech/feature.jpg" />
    </item>
    
    <item>
      <title>Tracking Distributed Errors In Serverless Apps</title>
      <link>https://www.stigterhq.nl/2020/03/tracking-distributed-errors-in-serverless-apps/</link>
      <pubDate>Mon, 09 Mar 2020 00:00:00 +0000</pubDate>
      
      <guid>https://www.stigterhq.nl/2020/03/tracking-distributed-errors-in-serverless-apps/</guid>
      <description>&lt;p&gt;Microservices give us as developers an incredible amount of freedom. We can choose our language and we can decide where and when to deploy our service. One of the biggest challenges with microservices, though, is figuring out how things go wrong. With microservices, we can build large, distributed applications, but that also means finding what goes wrong is challenging. It’s even harder to trace errors when you use a platform like AWS Lambda.&lt;/p&gt;</description>
      <media:content xmlns:media="http://search.yahoo.com/mrss/" url="https://www.stigterhq.nl/2020/03/tracking-distributed-errors-in-serverless-apps/feature.jpg" />
    </item>
    
    <item>
      <title>Continuous Verification In A Serverless World @ Serverless Nashville</title>
      <link>https://www.stigterhq.nl/2020/02/continuous-verification-in-a-serverless-world-@-serverless-nashville/</link>
      <pubDate>Thu, 27 Feb 2020 00:00:00 +0000</pubDate>
      
      <guid>https://www.stigterhq.nl/2020/02/continuous-verification-in-a-serverless-world-@-serverless-nashville/</guid>
      <description>&lt;p&gt;At &lt;a href=&#34;https://cloud.vmware.com&#34;  target=&#34;_blank&#34; rel=&#34;noreferrer&#34;&gt;VMware&lt;/a&gt; we define Continuous Verification as:&lt;/p&gt;&#xA;&lt;p&gt;&amp;ldquo;A process of querying external systems and using information from the response to make decisions to improve the development and deployment process.&amp;rdquo;&lt;/p&gt;&#xA;&lt;p&gt;At Serverless Nashville, I got a chance to not only talk about what that means for serverless apps but also how we use serverless in some of the business units at VMware.&lt;/p&gt;</description>
      <media:content xmlns:media="http://search.yahoo.com/mrss/" url="https://www.stigterhq.nl/2020/02/continuous-verification-in-a-serverless-world-@-serverless-nashville/feature.png" />
    </item>
    
    <item>
      <title>Hybrid Security - From On-Prem to Serverless</title>
      <link>https://www.stigterhq.nl/2020/02/hybrid-security-from-on-prem-to-serverless/</link>
      <pubDate>Mon, 24 Feb 2020 00:00:00 +0000</pubDate>
      
      <guid>https://www.stigterhq.nl/2020/02/hybrid-security-from-on-prem-to-serverless/</guid>
      <description>&lt;p&gt;DevOps, as a practice to build and deliver software, has been around for over a decade. What about adding security to that, though? After all, security is one of the cornerstones of today&amp;rsquo;s information technology. As it turns out, one of the first mentions of adding security was a &lt;a href=&#34;https://blogs.gartner.com/neil_macdonald/2012/01/17/devops-needs-to-become-devopssec/&#34;  target=&#34;_blank&#34; rel=&#34;noreferrer&#34;&gt;Gartner blog post&lt;/a&gt; in 2012. Neil MacDonald wrote,&lt;/p&gt;&#xA;&lt;blockquote&gt;&lt;p&gt;&amp;ldquo;DevOps must evolve to a new vision of DevOpsSec that balances the need for speed and agility of enterprise IT capabilities (&amp;hellip;)&amp;rdquo;.&lt;/p&gt;&#xA;&lt;/blockquote&gt;</description>
      <media:content xmlns:media="http://search.yahoo.com/mrss/" url="https://www.stigterhq.nl/2020/02/hybrid-security-from-on-prem-to-serverless/feature.jpg" />
    </item>
    
    <item>
      <title>How To Create AWS Lambda Functions Using Pulumi And Golang</title>
      <link>https://www.stigterhq.nl/2020/01/how-to-create-aws-lambda-functions-using-pulumi-and-golang/</link>
      <pubDate>Tue, 28 Jan 2020 00:00:00 +0000</pubDate>
      
      <guid>https://www.stigterhq.nl/2020/01/how-to-create-aws-lambda-functions-using-pulumi-and-golang/</guid>
      <description>&lt;p&gt;I&amp;rsquo;ve used &lt;a href=&#34;https://pulumi.com&#34;  target=&#34;_blank&#34; rel=&#34;noreferrer&#34;&gt;Pulumi&lt;/a&gt; to do a bunch of things so far: &lt;a href=&#34;https://www.stigterhq.nl/2020/01/how-to-add-subnets-to-a-vpc-in-aws-using-pulumi-and-golang/&#34; &gt;creating subnets in a VPC&lt;/a&gt;, &lt;a href=&#34;https://www.stigterhq.nl/2020/01/how-to-create-an-aws-eks-cluster-using-pulumi-and-golang/&#34; &gt;building EKS clusters&lt;/a&gt;, and &lt;a href=&#34;https://www.stigterhq.nl/2020/01/how-to-create-a-dynamodb-table-in-aws-using-pulumi-and-golang/&#34; &gt;DynamoDB tables&lt;/a&gt;. The one thing I hadn&amp;rsquo;t tried yet was deploying Lambda functions, so that&amp;rsquo;s what this post covers.&lt;/p&gt;</description>
      <media:content xmlns:media="http://search.yahoo.com/mrss/" url="https://www.stigterhq.nl/2020/01/how-to-create-aws-lambda-functions-using-pulumi-and-golang/feature.jpg" />
    </item>
    
    <item>
      <title>Trusting your ingredients - What&#39;s in your function anyway?</title>
      <link>https://www.stigterhq.nl/2020/01/trusting-your-ingredients-whats-in-your-function-anyway/</link>
      <pubDate>Fri, 24 Jan 2020 00:00:00 +0000</pubDate>
      
      <guid>https://www.stigterhq.nl/2020/01/trusting-your-ingredients-whats-in-your-function-anyway/</guid>
      <description>&lt;p&gt;As a developer, I&amp;rsquo;ve built apps and wrote code. As a cheesecake connoisseur, I&amp;rsquo;ve tried many different kinds of cheesecake. After I got to talk to some of the bakers, I realized that building apps and baking cheesecake have a lot in common. It all starts with knowing and trusting your ingredients.&lt;/p&gt;&#xA;&lt;p&gt;According to &lt;a href=&#34;https://cdn2.hubspot.net/hubfs/4008838/Resources/Tidelift_survey-report_final.pdf&#34;  target=&#34;_blank&#34; rel=&#34;noreferrer&#34;&gt;Tidelift&lt;/a&gt;, over 90 percent of applications contain some open source packages. Developers choose open source because they believe it&amp;rsquo;s better, more flexible, and more extendible. A lot of developers also &lt;a href=&#34;https://cdn2.hubspot.net/hubfs/4008838/Resources/The-2019-Tidelift-managed-open-source-survey-results.pdf&#34;  target=&#34;_blank&#34; rel=&#34;noreferrer&#34;&gt;fear&lt;/a&gt; how well packages are maintained and how security vulnerabilities are identified and solved.&lt;/p&gt;</description>
      <media:content xmlns:media="http://search.yahoo.com/mrss/" url="https://www.stigterhq.nl/2020/01/trusting-your-ingredients-whats-in-your-function-anyway/feature.jpg" />
    </item>
    
    <item>
      <title>How To Make Your AWS EKS Cluster Use Fargate Using Pulumi And Golang</title>
      <link>https://www.stigterhq.nl/2020/01/how-to-make-your-aws-eks-cluster-use-fargate-using-pulumi-and-golang/</link>
      <pubDate>Thu, 16 Jan 2020 00:00:00 +0000</pubDate>
      
      <guid>https://www.stigterhq.nl/2020/01/how-to-make-your-aws-eks-cluster-use-fargate-using-pulumi-and-golang/</guid>
      <description>&lt;p&gt;At re:Invent, &lt;a href=&#34;https://aws.amazon.com/blogs/aws/amazon-eks-on-aws-fargate-now-generally-available/&#34;  target=&#34;_blank&#34; rel=&#34;noreferrer&#34;&gt;AWS introduced the ability&lt;/a&gt; to run EKS pods on AWS Fargate, and Fargate is &lt;a href=&#34;https://www.cloudjourney.io/articles/publiccloud/cost-matters-the-serverless-edition-ls/&#34;  target=&#34;_blank&#34; rel=&#34;noreferrer&#34;&gt;cheaper than hosting Kubernetes yourself&lt;/a&gt;. In the last &lt;a href=&#34;https://www.stigterhq.nl/2020/01/how-to-create-an-aws-eks-cluster-using-pulumi-and-golang/&#34; &gt;post&lt;/a&gt; I created an EKS cluster, so this one adds a Fargate profile to it.&lt;/p&gt;</description>
      <media:content xmlns:media="http://search.yahoo.com/mrss/" url="https://www.stigterhq.nl/2020/01/how-to-make-your-aws-eks-cluster-use-fargate-using-pulumi-and-golang/feature.jpg" />
    </item>
    
    <item>
      <title>Cost Matters! The Serverless Edition</title>
      <link>https://www.stigterhq.nl/2019/12/cost-matters-the-serverless-edition/</link>
      <pubDate>Mon, 09 Dec 2019 00:00:00 +0000</pubDate>
      
      <guid>https://www.stigterhq.nl/2019/12/cost-matters-the-serverless-edition/</guid>
      <description>&lt;p&gt;As a trend cloud vendors tend to use the word serverless quite loosely. While serverless comes in a lot of shapes and sizes and as long as the characteristics fit within the four categories from my last blog, it is a serverless service. To make sure that we’re all on the same page, I’ll use the following definition for serverless:&lt;/p&gt;&#xA;&lt;blockquote&gt;&lt;p&gt;“Serverless is a development model where developers focus on a single unit of work and can deploy to a platform that automatically scales, without developer intervention.”&lt;/p&gt;&#xA;&lt;/blockquote&gt;&lt;p&gt;In this blog post, we’ll look at how that model works on &lt;a href=&#34;https://aws.amazon.com/fargate/&#34;  target=&#34;_blank&#34; rel=&#34;noreferrer&#34;&gt;AWS Fargate&lt;/a&gt;, which allows you to run containers without having to manage servers or clusters.&lt;/p&gt;</description>
      <media:content xmlns:media="http://search.yahoo.com/mrss/" url="https://www.stigterhq.nl/2019/12/cost-matters-the-serverless-edition/feature.jpg" />
    </item>
    
    <item>
      <title>Serverless - From Microservice to Functions</title>
      <link>https://www.stigterhq.nl/2019/12/serverless-from-microservice-to-functions/</link>
      <pubDate>Mon, 09 Dec 2019 00:00:00 +0000</pubDate>
      
      <guid>https://www.stigterhq.nl/2019/12/serverless-from-microservice-to-functions/</guid>
      <description>&lt;p&gt;Using serverless requires us to change our mindset on how we build apps and requires us to unlearn things we learned building apps in the past. At AWS re:Invent I got a chance to do a VMware Code session and talk about how we took part of our ACME Fitness Shop and transformed it into serverless functions with AWS Lambda.&lt;/p&gt;</description>
      <media:content xmlns:media="http://search.yahoo.com/mrss/" url="https://www.stigterhq.nl/2019/12/serverless-from-microservice-to-functions/feature.jpg" />
    </item>
    
    <item>
      <title>Serverless - The Wrath of Containers</title>
      <link>https://www.stigterhq.nl/2019/12/serverless-the-wrath-of-containers/</link>
      <pubDate>Mon, 09 Dec 2019 00:00:00 +0000</pubDate>
      
      <guid>https://www.stigterhq.nl/2019/12/serverless-the-wrath-of-containers/</guid>
      <description>&lt;p&gt;Containers were this awesome technology that ushered in the Cloud era and with a lot of new FaaS tools coming along, companies are wondering if they should jump the container ship altogether. As it turns out, containers definitely have value in Serverless. In this session we will take an existing containerized app and move it into AWS Fargate, look at the cost of running it, and how we can monitor it.&lt;/p&gt;</description>
      <media:content xmlns:media="http://search.yahoo.com/mrss/" url="https://www.stigterhq.nl/2019/12/serverless-the-wrath-of-containers/feature.jpg" />
    </item>
    
    <item>
      <title>Why Serverless Architectures Matter</title>
      <link>https://www.stigterhq.nl/2019/11/why-serverless-architectures-matter/</link>
      <pubDate>Mon, 04 Nov 2019 00:00:00 +0000</pubDate>
      
      <guid>https://www.stigterhq.nl/2019/11/why-serverless-architectures-matter/</guid>
      <description>&lt;p&gt;There are many predictions from market analyst firms on the size of the global serverless architecture market and how fast it will grow. The numbers range from &lt;a href=&#34;https://www.globenewswire.com/news-release/2019/07/22/1885784/0/en/Global-Serverless-Architecture-Market-to-Reach-21-99-Billion-by-2025-at-27-8-CAGR-Allied-Market-Research.html&#34;  target=&#34;_blank&#34; rel=&#34;noreferrer&#34;&gt;$18B](https://industrynewsreports.us/8860/serverless-architecture-market-set-for-rapid-growth-to-reach-around-18-04-billion-globally-by-2024-2/) to [$21.99B&lt;/a&gt; in the next few years with the compound annual growth rate (CAGR) in the double digits. But is serverless only a fancy name for products like AWS Lambda and Azure Functions?&lt;/p&gt;</description>
      <media:content xmlns:media="http://search.yahoo.com/mrss/" url="https://www.stigterhq.nl/2019/11/why-serverless-architectures-matter/feature.jpg" />
    </item>
    
    <item>
      <title>Event-Driven Architectures - Putting Jazz Into Apps</title>
      <link>https://www.stigterhq.nl/2019/10/event-driven-architectures-putting-jazz-into-apps/</link>
      <pubDate>Fri, 11 Oct 2019 00:00:00 +0000</pubDate>
      
      <guid>https://www.stigterhq.nl/2019/10/event-driven-architectures-putting-jazz-into-apps/</guid>
      <description>&lt;p&gt;The CTO of a company I have worked for used to say that services should be loosely coupled but tightly integrated. I didn&amp;rsquo;t realize until a lot later how true that statement is as you&amp;rsquo;re building out microservices. How those microservices communicate with each other has also changed quite a bit. More often than not, they send messages using asynchronous protocols. As an industry, we decided that this new way of building apps should be called &amp;ldquo;Event-Driven Architecture (EDA).&amp;rdquo;&lt;/p&gt;</description>
      <media:content xmlns:media="http://search.yahoo.com/mrss/" url="https://www.stigterhq.nl/2019/10/event-driven-architectures-putting-jazz-into-apps/feature.jpeg" />
    </item>
    
    <item>
      <title>How to send CloudFormation events to Wavefront using AWS Lambda</title>
      <link>https://www.stigterhq.nl/2019/09/how-to-send-cloudformation-events-to-wavefront-using-aws-lambda/</link>
      <pubDate>Fri, 20 Sep 2019 00:00:00 +0000</pubDate>
      
      <guid>https://www.stigterhq.nl/2019/09/how-to-send-cloudformation-events-to-wavefront-using-aws-lambda/</guid>
      <description>&lt;p&gt;Imagine this, it&amp;rsquo;s 5pm on a Friday afternoon and while you really want to go enjoy the weekend, you also need to deploy a new version of your app to production. Using &lt;a href=&#34;https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/Welcome.html&#34;  target=&#34;_blank&#34; rel=&#34;noreferrer&#34;&gt;AWS CloudFormation&lt;/a&gt; (&lt;em&gt;CF&lt;/em&gt;), you add a new instance to your fleet of EC2 instances to run your app.&lt;/p&gt;</description>
      <media:content xmlns:media="http://search.yahoo.com/mrss/" url="https://www.stigterhq.nl/2019/09/how-to-send-cloudformation-events-to-wavefront-using-aws-lambda/feature.png" />
    </item>
    
    <item>
      <title>How to Get Webhooks Into Your System Using Solace PubSub&#43; Cloud</title>
      <link>https://www.stigterhq.nl/2019/06/how-to-get-webhooks-into-your-system-using-solace-pubsub-cloud/</link>
      <pubDate>Wed, 05 Jun 2019 00:00:00 +0000</pubDate>
      
      <guid>https://www.stigterhq.nl/2019/06/how-to-get-webhooks-into-your-system-using-solace-pubsub-cloud/</guid>
      <description>&lt;p&gt;Sometimes you need to get data from cloud-based systems into an environment that doesn&amp;rsquo;t expose APIs or ports to the outside world. Webhooks help, but you still need something that accepts them and gets them across your firewall. That&amp;rsquo;s exactly where &lt;a href=&#34;https://cloud.solace.com/&#34;  target=&#34;_blank&#34; rel=&#34;noreferrer&#34;&gt;Solace PubSub+ Cloud&lt;/a&gt; comes in. I built a small &lt;a href=&#34;https://github.com/retgits/webhook-forwarder&#34;  target=&#34;_blank&#34; rel=&#34;noreferrer&#34;&gt;webhook forwarder&lt;/a&gt; app that receives data from Solace and sends it onward without any of my systems being exposed to the internet.&lt;/p&gt;</description>
      <media:content xmlns:media="http://search.yahoo.com/mrss/" url="https://www.stigterhq.nl/2019/06/how-to-get-webhooks-into-your-system-using-solace-pubsub-cloud/feature.jpg" />
    </item>
    
    <item>
      <title>How To Use Distroless Containers &amp; OpenFaaS To Minimize Attack Vectors</title>
      <link>https://www.stigterhq.nl/2019/01/how-to-use-distroless-containers-openfaas-to-minimize-attack-vectors/</link>
      <pubDate>Mon, 07 Jan 2019 00:00:00 +0000</pubDate>
      
      <guid>https://www.stigterhq.nl/2019/01/how-to-use-distroless-containers-openfaas-to-minimize-attack-vectors/</guid>
      <description>&lt;p&gt;I&amp;rsquo;ve been playing with OpenFaas ever since I learned about Minikube a few years ago, so when one of my colleagues mentioned Google&amp;rsquo;s &lt;a href=&#34;https://github.com/GoogleContainerTools/distroless&#34;  target=&#34;_blank&#34; rel=&#34;noreferrer&#34;&gt;Distroless&lt;/a&gt; project I obviously needed to see if my Go projects could work using those images too.&lt;/p&gt;</description>
      <media:content xmlns:media="http://search.yahoo.com/mrss/" url="https://www.stigterhq.nl/2019/01/how-to-use-distroless-containers-openfaas-to-minimize-attack-vectors/feature.jpg" />
    </item>
    
    <item>
      <title>How To Build A Serverless Contactform With Zeit</title>
      <link>https://www.stigterhq.nl/2019/01/how-to-build-a-serverless-contactform-with-zeit/</link>
      <pubDate>Wed, 02 Jan 2019 00:00:00 +0000</pubDate>
      
      <guid>https://www.stigterhq.nl/2019/01/how-to-build-a-serverless-contactform-with-zeit/</guid>
      <description>&lt;p&gt;Serverless platforms have been getting a lot of attention. AWS announced a ton of things at their &lt;a href=&#34;https://serverless.com/blog/reinvent-2018-serverless-announcements/&#34;  target=&#34;_blank&#34; rel=&#34;noreferrer&#34;&gt;annual user conference&lt;/a&gt;, Google announced support for Go in &lt;a href=&#34;https://docs.google.com/forms/d/e/1FAIpQLSfJ08R2z7FumQyYGGuTyK4x5M-6ch7WmJ_3uWYI5SdZUb5SBw/viewform&#34;  target=&#34;_blank&#34; rel=&#34;noreferrer&#34;&gt;private beta&lt;/a&gt; and &lt;a href=&#34;https://services.google.com/fb/forms/serverlesscontainers/&#34;  target=&#34;_blank&#34; rel=&#34;noreferrer&#34;&gt;serverless containers in private alpha&lt;/a&gt;, and even Gitlab announced some form of &lt;a href=&#34;https://about.gitlab.com/2018/12/11/introducing-gitlab-serverless/&#34;  target=&#34;_blank&#34; rel=&#34;noreferrer&#34;&gt;serverless support&lt;/a&gt;. With all the big players, it&amp;rsquo;s easy to overlook the smaller ones — but they&amp;rsquo;re often the most interesting.&lt;/p&gt;</description>
      <media:content xmlns:media="http://search.yahoo.com/mrss/" url="https://www.stigterhq.nl/2019/01/how-to-build-a-serverless-contactform-with-zeit/feature.jpg" />
    </item>
    
    <item>
      <title>Deploying Flogo Apps to Lambda with the Serverless Framework (Part 2)</title>
      <link>https://www.stigterhq.nl/2018/08/serverless-and-flogo-a-perfect-match-part-2/</link>
      <pubDate>Thu, 16 Aug 2018 00:00:00 +0000</pubDate>
      
      <guid>https://www.stigterhq.nl/2018/08/serverless-and-flogo-a-perfect-match-part-2/</guid>
      <description>&lt;p&gt;I can hear you think &amp;ldquo;&lt;em&gt;Part 2?! So there actually is a part 1?&lt;/em&gt;&amp;rdquo; 😱 The answer to that is, yes, there most definitely is a &lt;a href=&#34;https://hackernoon.com/serverless-and-flogo-a-perfect-match-aea01117f21f&#34;  target=&#34;_blank&#34; rel=&#34;noreferrer&#34;&gt;part 1&lt;/a&gt; (&lt;em&gt;but you can safely ignore that&lt;/em&gt; 😅). In that part I went over deploying Flogo apps built with the Flogo Web UI using the Serverless Framework. Now, with the Go API that we added to &lt;a href=&#34;https://tibcosoftware.github.io/flogo/&#34;  target=&#34;_blank&#34; rel=&#34;noreferrer&#34;&gt;Flogo&lt;/a&gt;, you can mix triggers and activities from Flogo (and the community) with your regular Go code and deploy using the &lt;a href=&#34;https://serverless.com/framework/&#34;  target=&#34;_blank&#34; rel=&#34;noreferrer&#34;&gt;Serverless Framework&lt;/a&gt;.&lt;/p&gt;</description>
      <media:content xmlns:media="http://search.yahoo.com/mrss/" url="https://www.stigterhq.nl/2018/08/serverless-and-flogo-a-perfect-match-part-2/feature.jpeg" />
    </item>
    
    <item>
      <title>Efficiently Build And Deploy Event-driven Functions to Kubernetes &amp; AWS Lambda</title>
      <link>https://www.stigterhq.nl/2018/08/efficiently-build-and-deploy-event-driven-functions-to-kubernetes-aws-lambda/</link>
      <pubDate>Fri, 03 Aug 2018 00:00:00 +0000</pubDate>
      
      <guid>https://www.stigterhq.nl/2018/08/efficiently-build-and-deploy-event-driven-functions-to-kubernetes-aws-lambda/</guid>
      <description>&lt;p&gt;Building multi-platform event-driven microservices and functions can get complicated fast. In this short webinar hosted by DZone, I cover how to use Project Flogo to build event-driven microservices and functions that target both Kubernetes and AWS Lambda — without losing your mind in the process.&lt;/p&gt;</description>
      <media:content xmlns:media="http://search.yahoo.com/mrss/" url="https://www.stigterhq.nl/2018/08/efficiently-build-and-deploy-event-driven-functions-to-kubernetes-aws-lambda/feature.png" />
    </item>
    
    <item>
      <title>How To Build a Slack Bot Powered By Project Flogo</title>
      <link>https://www.stigterhq.nl/2018/06/how-to-build-a-slack-bot-powered-by-project-flogo/</link>
      <pubDate>Fri, 15 Jun 2018 00:00:00 +0000</pubDate>
      
      <guid>https://www.stigterhq.nl/2018/06/how-to-build-a-slack-bot-powered-by-project-flogo/</guid>
      <description>&lt;p&gt;This post walks through building a Slack bot that responds to a &lt;code&gt;/cat&lt;/code&gt; slash command with cat facts. The bot is built with &lt;a href=&#34;https://www.flogo.io/&#34;  target=&#34;_blank&#34; rel=&#34;noreferrer&#34;&gt;Project Flogo&lt;/a&gt;, runs on &lt;a href=&#34;https://aws.amazon.com/lambda/&#34;  target=&#34;_blank&#34; rel=&#34;noreferrer&#34;&gt;AWS Lambda&lt;/a&gt;, and is exposed through &lt;a href=&#34;https://aws.amazon.com/api-gateway/&#34;  target=&#34;_blank&#34; rel=&#34;noreferrer&#34;&gt;API Gateway&lt;/a&gt;. The whole thing takes about 15 minutes to set up.&lt;/p&gt;</description>
      <media:content xmlns:media="http://search.yahoo.com/mrss/" url="https://www.stigterhq.nl/2018/06/how-to-build-a-slack-bot-powered-by-project-flogo/feature.jpg" />
    </item>
    
    <item>
      <title>Adopting Serverless Computing with TIBCO &amp; AWS</title>
      <link>https://www.stigterhq.nl/2018/04/adopting-serverless-computing-with-tibco-aws/</link>
      <pubDate>Tue, 03 Apr 2018 00:00:00 +0000</pubDate>
      
      <guid>https://www.stigterhq.nl/2018/04/adopting-serverless-computing-with-tibco-aws/</guid>
      <description>&lt;p&gt;As the AI-fueled, edge-exposed, blockchain-driven, and streaming analytics-enabled use cases of the future move closer into view, new technologies are needed to make the vision real. Unique and complex workloads accompany the use cases of the future, but luckily, the enabling technologies to compute those workloads have already arrived.&lt;/p&gt;&#xA;&lt;p&gt;Join TIBCO and AWS for an exciting &lt;a href=&#34;https://www.tibco.com/events/adopting-serverless-aws-and-tibco&#34;  target=&#34;_blank&#34; rel=&#34;noreferrer&#34;&gt;webinar&lt;/a&gt; to help you better understand what serverless architecture is all about,  and the benefits of running your apps in a serverless environment. Before you give a listen, how about a quick introduction?&lt;/p&gt;</description>
      <media:content xmlns:media="http://search.yahoo.com/mrss/" url="https://www.stigterhq.nl/2018/04/adopting-serverless-computing-with-tibco-aws/feature.jpg" />
    </item>
    
    <item>
      <title>Serverless and Flogo - A Perfect Match</title>
      <link>https://www.stigterhq.nl/2018/03/serverless-and-flogo-a-perfect-match/</link>
      <pubDate>Sat, 24 Mar 2018 00:00:00 +0000</pubDate>
      
      <guid>https://www.stigterhq.nl/2018/03/serverless-and-flogo-a-perfect-match/</guid>
      <description>&lt;p&gt;I get to work with &lt;a href=&#34;https://hackernoon.com/tagged/serverless?ref=hackernoon.com&#34;  target=&#34;_blank&#34; rel=&#34;noreferrer&#34;&gt;serverless&lt;/a&gt; microservices on a daily basis, those are services I use myself and ones I help our customers build to take advantage of the &lt;a href=&#34;https://image.slidesharecdn.com/cmp211-getting-started-with-se-7ec83976-5aaa-4bc2-8e5d-c6c623f31df1-446724172-171201041452/95/cmp211getting-started-with-serverless-architectures-4-638.jpg?cb=1512146620&amp;amp;ref=hackernoon.com&#34;  target=&#34;_blank&#34; rel=&#34;noreferrer&#34;&gt;benefits&lt;/a&gt; that serverless brings you. With many services needing to be deployed and continuous updates, I found myself doing the same thing over and over. It is that specific task that frustrates me most; it simply wasn’t as seamless as I thought it could be.&lt;/p&gt;&#xA;&lt;p&gt;In this article, I’ll walk you through how I cut the development time and make deployments easily repeatable like a walk in the park — thanks to the combination of the &lt;a href=&#34;https://serverless.com/?ref=hackernoon.com&#34;  target=&#34;_blank&#34; rel=&#34;noreferrer&#34;&gt;Serverless Framework&lt;/a&gt; and a tool called &lt;a href=&#34;http://www.flogo.io/?ref=hackernoon.com&#34;  target=&#34;_blank&#34; rel=&#34;noreferrer&#34;&gt;Project Flogo&lt;/a&gt;.&lt;/p&gt;</description>
      <media:content xmlns:media="http://search.yahoo.com/mrss/" url="https://www.stigterhq.nl/2018/03/serverless-and-flogo-a-perfect-match/feature.png" />
    </item>
    
    <item>
      <title>What Do I Do In Between re:Invent Live Streams? Build Lambda functions</title>
      <link>https://www.stigterhq.nl/2017/12/what-do-i-do-in-between-reinvent-live-streams-build-lambda-functions/</link>
      <pubDate>Fri, 01 Dec 2017 00:00:00 +0000</pubDate>
      
      <guid>https://www.stigterhq.nl/2017/12/what-do-i-do-in-between-reinvent-live-streams-build-lambda-functions/</guid>
      <description>&lt;p&gt;This year I wasn’t able to attend re:Invent, but I did want to do something nice in between the live streams and specifically around &lt;a href=&#34;https://hackernoon.com/tagged/serverless?ref=hackernoon.com&#34;  target=&#34;_blank&#34; rel=&#34;noreferrer&#34;&gt;Serverless&lt;/a&gt; compute and &lt;a href=&#34;https://hackernoon.com/tagged/aws?ref=hackernoon.com&#34;  target=&#34;_blank&#34; rel=&#34;noreferrer&#34;&gt;AWS&lt;/a&gt; Lambda.&lt;/p&gt;&#xA;&lt;blockquote&gt;&lt;p&gt;Lambda lets you run code without provisioning or managing servers. You pay only for the compute time you consume — there is no charge when your code is not running. With Lambda, you can run code for virtually any type of application or backend service — all with zero administration. Just upload your code and Lambda takes care of everything required to run and scale your code with high availability.&lt;/p&gt;</description>
      <media:content xmlns:media="http://search.yahoo.com/mrss/" url="https://www.stigterhq.nl/2017/12/what-do-i-do-in-between-reinvent-live-streams-build-lambda-functions/feature.jpg" />
    </item>
    
  </channel>
</rss>
