<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>VMware on stigterhq.nl</title>
    <link>https://www.stigterhq.nl/categories/vmware/</link>
    <description>Recent content in VMware on stigterhq.nl</description>
    <generator>Hugo -- gohugo.io</generator>
    <language>en</language>
    <copyright>© 2026 stigterhq.nl</copyright>
    <lastBuildDate>Tue, 21 Sep 2021 00:00:00 +0000</lastBuildDate><atom:link href="https://www.stigterhq.nl/categories/vmware/index.xml" rel="self" type="application/rss+xml" />
    
    <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>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>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>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>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>Trusting Your Ingredients @DevOpsDays Columbus</title>
      <link>https://www.stigterhq.nl/2019/09/trusting-your-ingredients-@devopsdays-columbus/</link>
      <pubDate>Mon, 23 Sep 2019 00:00:00 +0000</pubDate>
      
      <guid>https://www.stigterhq.nl/2019/09/trusting-your-ingredients-@devopsdays-columbus/</guid>
      <description>&lt;p&gt;As a developer, I always thought that security, like documentation, would be done by someone else. While that might have been true in the past, in today&amp;rsquo;s world that model no longer works. As a developer you&amp;rsquo;re responsible for the security of your app. Security in this case should be seen in the broadest sense of the word, ranging from licenses to software packages. A chef creating cheesecake has similar challenges. The ingredients of a cheesecake are similar to the software packages a developer uses. The preparation is similar to the DevOps pipeline, and recipe is similar to the licenses for developers. Messing up any of those means you have a messy kitchen, or a data breach!&lt;/p&gt;</description>
      <media:content xmlns:media="http://search.yahoo.com/mrss/" url="https://www.stigterhq.nl/2019/09/trusting-your-ingredients-@devopsdays-columbus/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>
    
  </channel>
</rss>
