<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Sebastian</title>
    <description>The latest articles on DEV Community by Sebastian (@sbstjn).</description>
    <link>https://dev.to/sbstjn</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F519218%2F235caaa1-1ed7-4f30-9cfc-b3ba1c5c1e87.jpg</url>
      <title>DEV Community: Sebastian</title>
      <link>https://dev.to/sbstjn</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/sbstjn"/>
    <language>en</language>
    <item>
      <title>Serverless Code-Signing (EV) with KMS and Fargate</title>
      <dc:creator>Sebastian</dc:creator>
      <pubDate>Sun, 13 Oct 2024 19:31:19 +0000</pubDate>
      <link>https://dev.to/aws-heroes/serverless-code-signing-ev-with-kms-and-fargate-4neh</link>
      <guid>https://dev.to/aws-heroes/serverless-code-signing-ev-with-kms-and-fargate-4neh</guid>
      <description>&lt;p&gt;The &lt;strong&gt;AWS Key Management System&lt;/strong&gt; can manage &lt;strong&gt;FIPS 140-2 Level 3&lt;/strong&gt; compliant private keys for Extended Validation (EV) Code Signing Certificates! Using &lt;strong&gt;AWS KMS&lt;/strong&gt; and &lt;strong&gt;AWS Fargate for Amazon ECS&lt;/strong&gt;, you can build a serverless &lt;strong&gt;Code Signing Service for Microsoft Windows&lt;/strong&gt; binary files.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F2kk5qhdz3eu9u3dr4w5c.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F2kk5qhdz3eu9u3dr4w5c.png" alt="Serverless Extended Validation (EV) Code Signing on AWS with FIPS 140-2 Level 3" width="800" height="395"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Previous methods for code-signing often rely on hardware security modules (Cloud HSM, e.g.) or dedicated on-premises solutions (USB dongle, e.g.). This article will explain all the relevant steps to build a &lt;a href="https://sbstjn.com/blog/aws-serverless-code-signing-windows-extended-validation-kms/" rel="noopener noreferrer"&gt;&lt;strong&gt;Serverless Code Signing with Extended Validation (EV) on AWS&lt;/strong&gt;&lt;/a&gt;.&lt;/p&gt;

</description>
      <category>aws</category>
      <category>cdk</category>
      <category>infrastructureascode</category>
      <category>tutorial</category>
    </item>
    <item>
      <title>Integrate EventBridge with bunq Callbacks to track banking events.</title>
      <dc:creator>Sebastian</dc:creator>
      <pubDate>Sun, 10 Dec 2023 16:51:58 +0000</pubDate>
      <link>https://dev.to/aws-heroes/integrate-eventbridge-with-bunq-callbacks-to-track-banking-events-19c9</link>
      <guid>https://dev.to/aws-heroes/integrate-eventbridge-with-bunq-callbacks-to-track-banking-events-19c9</guid>
      <description>&lt;p&gt;The banking service &lt;a href="https://web.bunq.com/invite/sbstjn" rel="noopener noreferrer"&gt;bunq&lt;/a&gt; supports webhooks for various account activities; they are named &lt;strong&gt;bunq Callbacks&lt;/strong&gt;. Together with &lt;strong&gt;API Gateway&lt;/strong&gt;, &lt;strong&gt;SQS&lt;/strong&gt;, and &lt;strong&gt;EventBridge Pipes&lt;/strong&gt; it's &lt;em&gt;simple&lt;/em&gt; to &lt;a href="https://sbstjn.com/blog/bunq-events-to-aws-eventbridge-bus-webhook-and-callbacks/" rel="noopener noreferrer"&gt;&lt;strong&gt;integrate bunq with Amazon EventBridge&lt;/strong&gt;&lt;/a&gt;. Based on existing code snippets, &lt;a href="https://sbstjn.com/blog/bunq-events-to-aws-eventbridge-bus-webhook-and-callbacks/" rel="noopener noreferrer"&gt;this full-featured guide&lt;/a&gt; includes:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;a href="https://sbstjn.com/blog/aws-cdk-api-gateway-service-integration-sqs/" rel="noopener noreferrer"&gt;API Gateway with Service Integration for SQS&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://sbstjn.com/blog/cdk-eventbridge-pipes-event-bus-processing/" rel="noopener noreferrer"&gt;EventBridge Pipe with SQS source&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://sbstjn.com/blog/cdk-eventbridge-cloudwatch/" rel="noopener noreferrer"&gt;EventBridge Bus with CloudWatch destination&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://sbstjn.com/blog/bunq-webhook-callback-configuration-api/" rel="noopener noreferrer"&gt;Callback for bunq account activities&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Configured using the &lt;strong&gt;AWS Cloud Development Kit&lt;/strong&gt;, this explains how you &lt;a href="https://sbstjn.com/blog/bunq-events-to-aws-eventbridge-bus-webhook-and-callbacks/" rel="noopener noreferrer"&gt;&lt;strong&gt;setup a custom EventBridge Pipe to process and transform incoming bunq Callbacks&lt;/strong&gt;&lt;/a&gt; for your banking activity! &lt;a href="https://sbstjn.com/blog/bunq-events-to-aws-eventbridge-bus-webhook-and-callbacks/" rel="noopener noreferrer"&gt;Read more …&lt;/a&gt;&lt;/p&gt;

</description>
      <category>aws</category>
      <category>bunq</category>
      <category>cdk</category>
      <category>eventdriven</category>
    </item>
    <item>
      <title>Access Amazon Bedrock with CLI, SDK, API Gateway, and AppSync</title>
      <dc:creator>Sebastian</dc:creator>
      <pubDate>Mon, 30 Oct 2023 10:35:23 +0000</pubDate>
      <link>https://dev.to/aws-heroes/access-amazon-bedrock-with-cli-sdk-api-gateway-and-appsync-1pcj</link>
      <guid>https://dev.to/aws-heroes/access-amazon-bedrock-with-cli-sdk-api-gateway-and-appsync-1pcj</guid>
      <description>&lt;p&gt;With the recent &lt;a href="https://www.aboutamazon.com/news/aws/aws-amazon-bedrock-general-availability-generative-ai-innovations" rel="noopener noreferrer"&gt;GA announcement for Amazon Bedrock&lt;/a&gt;, you can now easily integrate Generative AI in your applications. A short roundtrip for common use cases on AWS:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Most basically, &lt;a href="https://sbstjn.com/blog/ai-generative-ai-aws-bedrock-cli-text-generation/" rel="noopener noreferrer"&gt;invoke a foundational Amazon Bedrock model with the AWS CLI&lt;/a&gt;.&lt;/li&gt;
&lt;li&gt;As a generic baseline, wrap &lt;a href="https://sbstjn.com/blog/ai-generative-ai-aws-bedrock-javascript-sdk-text-generation/" rel="noopener noreferrer"&gt;Amazon Bedrock with the JavaScript SDK&lt;/a&gt; for simple reuse.&lt;/li&gt;
&lt;li&gt;Based on the SDK usage, wrap &lt;a href="https://sbstjn.com/blog/aws-cdk-amazon-bedrock-lambda-generative-ai/" rel="noopener noreferrer"&gt;Amazon Bedrock with API Gateway&lt;/a&gt; or use &lt;a href="https://sbstjn.com/blog/aws-cdk-appsync-bedrock-lambda-graphql/" rel="noopener noreferrer"&gt;GraphQL to access Amazon Bedrock&lt;/a&gt;.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;All managed with the AWS Cloud Development Kit.&lt;/p&gt;

</description>
      <category>aws</category>
      <category>cdk</category>
      <category>bedrock</category>
      <category>opensource</category>
    </item>
    <item>
      <title>Theming with Amplify UI, AWS Amplify Studio, and Figma</title>
      <dc:creator>Sebastian</dc:creator>
      <pubDate>Fri, 18 Feb 2022 08:15:07 +0000</pubDate>
      <link>https://dev.to/aws-heroes/theming-with-amplify-ui-aws-amplify-studio-and-figma-397o</link>
      <guid>https://dev.to/aws-heroes/theming-with-amplify-ui-aws-amplify-studio-and-figma-397o</guid>
      <description>&lt;p&gt;Following the &lt;a href="https://sbstjn.com/blog/react-figma-amplify-studio-example/" rel="noopener noreferrer"&gt;first guide&lt;/a&gt; on how to use &lt;a href="https://aws.amazon.com/amplify/studio/" rel="noopener noreferrer"&gt;AWS Amplify Studio&lt;/a&gt; and &lt;a href="https://figma.com" rel="noopener noreferrer"&gt;Figma&lt;/a&gt; to create &lt;a href="https://reactjs.org/" rel="noopener noreferrer"&gt;React&lt;/a&gt; components, this guide covers theme management with Figma and the &lt;a href="https://ui.docs.amplify.aws/" rel="noopener noreferrer"&gt;Amplify UI&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fdxb0sndgcw183htxjsb3.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fdxb0sndgcw183htxjsb3.png" alt="Image description" width="800" height="513"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href="https://sbstjn.com/blog/react-figma-amplify-studio-theming-design-tokens/" rel="noopener noreferrer"&gt;&lt;strong&gt;This guide&lt;/strong&gt;&lt;/a&gt; explains how to use the &lt;a href="https://www.figma.com/community/plugin/1040722185526429545/AWS-Amplify-Theme-Editor" rel="noopener noreferrer"&gt;AWS Amplify Theme Editor plugin for Figma&lt;/a&gt; with &lt;a href="https://aws.amazon.com/amplify/" rel="noopener noreferrer"&gt;AWS Amplify&lt;/a&gt; and &lt;a href="https://figma.com" rel="noopener noreferrer"&gt;Figma&lt;/a&gt; to style your React components with theming based on &lt;a href="https://www.designtokens.org/" rel="noopener noreferrer"&gt;Design Tokens&lt;/a&gt; and &lt;a href="https://system-ui.com/theme/" rel="noopener noreferrer"&gt;System UI Theme Specification&lt;/a&gt;.&lt;/p&gt;

</description>
      <category>aws</category>
      <category>amplify</category>
      <category>figma</category>
      <category>react</category>
    </item>
    <item>
      <title>Create React Components using Figma and AWS Amplify Studio</title>
      <dc:creator>Sebastian</dc:creator>
      <pubDate>Tue, 01 Feb 2022 08:27:57 +0000</pubDate>
      <link>https://dev.to/aws-heroes/create-react-components-using-figma-and-aws-amplify-studio-4klm</link>
      <guid>https://dev.to/aws-heroes/create-react-components-using-figma-and-aws-amplify-studio-4klm</guid>
      <description>&lt;p&gt;At &lt;strong&gt;re:Invent 2021&lt;/strong&gt;, &lt;a href="https://aws.amazon.com/blogs/mobile/aws-amplify-studio-figma-to-fullstack-react-app-with-minimal-programming/" rel="noopener noreferrer"&gt;AWS Amplify announced AWS Amplify Studio&lt;/a&gt;, a visual development portal to build and operate web applications. Together with &lt;a href="https://figma.com" rel="noopener noreferrer"&gt;Figma&lt;/a&gt;, you can easily manage UI components and generate &lt;a href="https://reactjs.org/" rel="noopener noreferrer"&gt;React&lt;/a&gt; components without any development tasks.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F7dbopz8cswj695a813rl.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F7dbopz8cswj695a813rl.png" alt="React Components with Figma and AWS Amplify" width="800" height="639"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href="https://sbstjn.com/blog/react-figma-amplify-studio-example/" rel="noopener noreferrer"&gt;&lt;strong&gt;This guide&lt;/strong&gt;&lt;/a&gt; explains how to use a default &lt;a href="https://create-react-app.dev/docs/getting-started/" rel="noopener noreferrer"&gt;create-react-app&lt;/a&gt; with &lt;a href="https://aws.amazon.com/amplify/" rel="noopener noreferrer"&gt;AWS Amplify&lt;/a&gt; and React components created in Figma.&lt;/p&gt;

</description>
      <category>aws</category>
      <category>amplify</category>
      <category>figma</category>
      <category>react</category>
    </item>
    <item>
      <title>S3 Replication with CDK, KMS, and StackSet</title>
      <dc:creator>Sebastian</dc:creator>
      <pubDate>Sun, 06 Jun 2021 10:38:18 +0000</pubDate>
      <link>https://dev.to/aws-heroes/s3-replication-with-cdk-kms-and-stacksets-218g</link>
      <guid>https://dev.to/aws-heroes/s3-replication-with-cdk-kms-and-stacksets-218g</guid>
      <description>&lt;p&gt;AWS has everything you need for secure and reliable data storage. With Amazon S3, you can easily build a low-cost and high-available solution.&lt;/p&gt;

&lt;p&gt;Together with the available features for regional replication, you can easily have automatic multi-region backups for all data in S3.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fmozyc4e8jo8ig3lybmgt.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fmozyc4e8jo8ig3lybmgt.png" alt="S3 Replication"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;This uses the &lt;strong&gt;AWS Cloud Development Kit&lt;/strong&gt; to create an &lt;strong&gt;AWS CloudFormation&lt;/strong&gt; template to create an &lt;strong&gt;AWS CloudFormation&lt;/strong&gt; stack. The &lt;strong&gt;AWS CloudFormation&lt;/strong&gt; stack creates an &lt;strong&gt;Amazon S3&lt;/strong&gt; bucket, an &lt;strong&gt;AWS Identity &amp;amp; Access Management&lt;/strong&gt; role, an &lt;strong&gt;AWS Key Management Service&lt;/strong&gt; key and an &lt;strong&gt;AWS CloudFormation&lt;/strong&gt; StackSet. The &lt;strong&gt;AWS CloudFormation&lt;/strong&gt; StackSet uses an &lt;strong&gt;AWS CloudFormation&lt;/strong&gt; template to create an &lt;strong&gt;AWS CloudFormation&lt;/strong&gt; stack in all AWS regions. The &lt;strong&gt;AWS CloudFormation&lt;/strong&gt; stack in every region creates an &lt;strong&gt;Amazon S3&lt;/strong&gt; bucket and an &lt;strong&gt;AWS Key Management Service&lt;/strong&gt; key. You're welcome. 🤯&lt;/p&gt;

&lt;p&gt;&lt;a href="https://sbstjn.com/blog/aws-cdk-s3-bucket-reginal-replication-kms/" rel="noopener noreferrer"&gt;Read More »&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href="https://github.com/sbstjn/archive" rel="noopener noreferrer"&gt;View Code on GitHub »&lt;/a&gt;&lt;/p&gt;

</description>
      <category>aws</category>
      <category>cdk</category>
      <category>tutorial</category>
    </item>
    <item>
      <title>Custom interface for Account Factory in AWS Control Tower</title>
      <dc:creator>Sebastian</dc:creator>
      <pubDate>Thu, 29 Apr 2021 06:03:28 +0000</pubDate>
      <link>https://dev.to/aws-heroes/custom-interface-for-account-factory-in-aws-control-tower-27b3</link>
      <guid>https://dev.to/aws-heroes/custom-interface-for-account-factory-in-aws-control-tower-27b3</guid>
      <description>&lt;p&gt;For managing a multi-account AWS environment, Control Tower is a great tool. But, using the included Account Factory to create new AWS accounts is always annoying.&lt;/p&gt;

&lt;p&gt;With AWS Systems Manager Automations, you can build a custom interface to create AWS accounts. Thanks to wrapping the existing APIs, you can even enforce custom patterns for the accounts you want to create.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://sbstjn.com/blog/aws-control-tower-account-factory-wrapper/" rel="noopener noreferrer"&gt;Read more »&lt;/a&gt;&lt;/p&gt;

</description>
      <category>aws</category>
      <category>tooling</category>
      <category>infrastructure</category>
      <category>security</category>
    </item>
    <item>
      <title>Multi-account AWS environments with superwerker</title>
      <dc:creator>Sebastian</dc:creator>
      <pubDate>Wed, 17 Feb 2021 16:33:34 +0000</pubDate>
      <link>https://dev.to/aws-heroes/multi-account-aws-environments-with-superwerker-1mik</link>
      <guid>https://dev.to/aws-heroes/multi-account-aws-environments-with-superwerker-1mik</guid>
      <description>&lt;p&gt;Managing and securing multiple AWS accounts gets complex. &lt;a href="https://superwerker.cloud" rel="noopener noreferrer"&gt;superwerker&lt;/a&gt; is a free and open-source solution to automate the setup and management of your multi-account AWS environments. Based on our experiences at &lt;a href="https://superluminar.io/" rel="noopener noreferrer"&gt;superluminar&lt;/a&gt;, we teamed up with &lt;a href="https://kreuzwerker.de/" rel="noopener noreferrer"&gt;kreuzwerker&lt;/a&gt; from Berlin to bundle prescriptive best practices from multiple years of cloud consulting and created &lt;a href="https://superwerker.cloud" rel="noopener noreferrer"&gt;superwerker&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fc6nm4roavrcj65l1jgbt.jpeg" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fc6nm4roavrcj65l1jgbt.jpeg" alt="superwerker" width="800" height="266"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Available as an official &lt;a href="https://aws.amazon.com/quickstart/architecture/superwerker/" rel="noopener noreferrer"&gt;AWS Quick Start&lt;/a&gt;, &lt;a href="https://superwerker.cloud" rel="noopener noreferrer"&gt;superwerker&lt;/a&gt; helps you to set up various AWS services recommended for AWS cloud environments consisting of multiple AWS accounts.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://sbstjn.com/blog/superwerker-aws-multi-account-environment/" rel="noopener noreferrer"&gt;Read more »&lt;/a&gt;&lt;/p&gt;

</description>
      <category>aws</category>
      <category>cloud</category>
      <category>opensource</category>
      <category>github</category>
    </item>
    <item>
      <title>Check out the Core2 AWS IoT EduKit hardware.</title>
      <dc:creator>Sebastian</dc:creator>
      <pubDate>Mon, 04 Jan 2021 20:53:27 +0000</pubDate>
      <link>https://dev.to/aws-heroes/check-out-the-core2-aws-iot-edukit-hardware-13op</link>
      <guid>https://dev.to/aws-heroes/check-out-the-core2-aws-iot-edukit-hardware-13op</guid>
      <description>&lt;p&gt;During Re:invent 2020, AWS announced an official AWS IoT Edukit hardware device. The M5Stack Core2 is an ESP32 development kit loaded with a display, touchscreen, motion sensor and microphone. Everything is powered either using USB or the built-in battery. The device supports FreeRTOS and is validated through AWS Device Qualification Program.&lt;/p&gt;

&lt;p&gt;Read more about the &lt;a href="https://sbstjn.com/blog/aws-iot-edukit-first-steps/" rel="noopener noreferrer"&gt;AWS IoT Core2 EduKit at sbstjn.com&lt;/a&gt;!&lt;/p&gt;

&lt;p&gt;Find &lt;a href="https://github.com/sbstjn/aws-edukit-example" rel="noopener noreferrer"&gt;example code at GitHub&lt;/a&gt;.&lt;/p&gt;

</description>
      <category>aws</category>
      <category>iot</category>
      <category>hardware</category>
      <category>core2</category>
    </item>
    <item>
      <title>Create API Gateway Integration for SQS with CDK.</title>
      <dc:creator>Sebastian</dc:creator>
      <pubDate>Tue, 08 Dec 2020 07:27:59 +0000</pubDate>
      <link>https://dev.to/aws-heroes/create-api-gateway-integration-for-sqs-with-cdk-2632</link>
      <guid>https://dev.to/aws-heroes/create-api-gateway-integration-for-sqs-with-cdk-2632</guid>
      <description>&lt;p&gt;Most people know &lt;strong&gt;Amazon API Gateway&lt;/strong&gt; from building HTTP interfaces for &lt;strong&gt;AWS Lambda&lt;/strong&gt; functions. But, you can use API Gateway to call a variety AWS APIs using HTTPS. This post shows how to create an HTTPS interface for &lt;strong&gt;Amazon SQS&lt;/strong&gt; using the &lt;strong&gt;AWS Cloud Development Kit&lt;/strong&gt; without using AWS Lambda.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://sbstjn.com/blog/aws-cdk-api-gateway-service-integration-sqs/" rel="noopener noreferrer"&gt;AWS CDK: Amazon API Gateway integration for SQS&lt;/a&gt;&lt;/p&gt;

</description>
      <category>aws</category>
      <category>cdk</category>
      <category>serverless</category>
      <category>infrastructure</category>
    </item>
    <item>
      <title>Deploy AWS Lambda with Docker container images in ECR.</title>
      <dc:creator>Sebastian</dc:creator>
      <pubDate>Mon, 07 Dec 2020 09:59:20 +0000</pubDate>
      <link>https://dev.to/aws-heroes/deploy-aws-lambda-with-docker-container-images-in-ecr-5f50</link>
      <guid>https://dev.to/aws-heroes/deploy-aws-lambda-with-docker-container-images-in-ecr-5f50</guid>
      <description>&lt;p&gt;Using the AWS Cloud Development Kit, deploying an AWS Lambda function using Docker container images is pure gold. The installation of dependencies for Lambda functions always stressed me out. Regardless of using Node.js or Python, managing dependencies for AWS Lambda was never fun.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://sbstjn.com/blog/aws-cdk-lambda-fleet-multiple-docker-images-container/" rel="noopener noreferrer"&gt;AWS CDK Construct: Lambda Fleet for Dockerfile on sbstjn.com&lt;/a&gt;&lt;/p&gt;

</description>
      <category>aws</category>
      <category>docker</category>
      <category>serverless</category>
      <category>awshero</category>
    </item>
  </channel>
</rss>
