<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Cdk on Sander Knape</title>
    <link>https://sanderknape.com/tags/cdk/</link>
    <description>Recent content in Cdk on Sander Knape</description>
    <generator>Hugo</generator>
    <language>en</language>
    <lastBuildDate>Tue, 15 Dec 2020 17:38:12 +0200</lastBuildDate>
    <atom:link href="https://sanderknape.com/tags/cdk/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>A Serverless Payment Workflow using AWS Lambda and the AWS CDK</title>
      <link>https://sanderknape.com/2020/12/serverless-payment-workflow-lambda-cdk/</link>
      <pubDate>Tue, 15 Dec 2020 17:38:12 +0200</pubDate>
      <guid>https://sanderknape.com/2020/12/serverless-payment-workflow-lambda-cdk/</guid>
      <description>&lt;p&gt;Serverless technology is getting more popular by the day. More and more people are starting to experiment with it and learn for which use cases it can add value. In this blog post I share an example of what a fully Serverless workflow can achieve.&lt;/p&gt;&#xA;&lt;p&gt;For a while now I&amp;rsquo;ve been curious how one would implement a payment workflow on a website. I was aware that platforms like &lt;a href=&#34;https://stripe.com/&#34; target=&#34;_blank&#34; rel=&#34;noreferrer&#34;&gt;Stripe&lt;/a&gt;, &lt;a href=&#34;https://www.adyen.com/&#34; target=&#34;_blank&#34; rel=&#34;noreferrer&#34;&gt;Adyen&lt;/a&gt; and &lt;a href=&#34;https://www.mollie.com/&#34; target=&#34;_blank&#34; rel=&#34;noreferrer&#34;&gt;Mollie&lt;/a&gt; exist, but I never knew how much work would be required to set up a fully functioning workflow. I therefore decided to give it a try using nothing but Serverless technology.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Building serverless applications with the AWS CDK - and testing them locally</title>
      <link>https://sanderknape.com/2019/05/building-serverless-applications-aws-cdk/</link>
      <pubDate>Fri, 31 May 2019 16:35:02 +0200</pubDate>
      <guid>https://sanderknape.com/2019/05/building-serverless-applications-aws-cdk/</guid>
      <description>&lt;p&gt;The &lt;a href=&#34;https://github.com/awslabs/aws-cdk&#34; target=&#34;_blank&#34; rel=&#34;noreferrer&#34;&gt;AWS Cloud Development Kit&lt;/a&gt; (AWS CDK) is a new framework for defining Infrastructure as Code (IaC) by AWS. It allows you to write IaC in a set of different languages. At the moment the following languages are supported: Javascript, Typescript, Python, Java, .NET. Support for other languages is coming.&lt;/p&gt;&#xA;&lt;p&gt;Of course, other methods like CloudFormation and Terraform already exist to write IaC. Using these tools you write declarative code in YAML, JSON or the Hashicorp Configuration Language (HCL) in a mostly declarative state. These tools will also support some basic operators such as if-statements and for-loops. Especially HCL has many of these capabilities with the latest &lt;a href=&#34;https://www.hashicorp.com/blog/announcing-terraform-0-12&#34; target=&#34;_blank&#34; rel=&#34;noreferrer&#34;&gt;0.12.0 release&lt;/a&gt;. However, it will always be different from using a &amp;ldquo;real&amp;rdquo; programming language. And it requires you to use a new tool, instead of using a language you already know.&lt;/p&gt;</description>
    </item>
  </channel>
</rss>
