<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Pascal Vogel &#8211; Noise</title>
	<atom:link href="https://noise.getoto.net/author/pascal-vogel/feed/" rel="self" type="application/rss+xml" />
	<link>https://noise.getoto.net</link>
	<description>The collective thoughts of the interwebz</description>
	<lastBuildDate>Tue, 19 Dec 2023 19:18:18 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.8.2</generator>
	<item>
		<title>Introducing Amazon MQ cross-Region data replication for ActiveMQ brokers</title>
		<link>https://noise.getoto.net/2023/12/19/introducing-amazon-mq-cross-region-data-replication-for-activemq-brokers/</link>
		
		<dc:creator><![CDATA[Pascal Vogel]]></dc:creator>
		<pubDate>Tue, 19 Dec 2023 19:18:18 +0000</pubDate>
				<category><![CDATA[Amazon MQ*]]></category>
		<category><![CDATA[contributed]]></category>
		<category><![CDATA[serverless]]></category>
		<guid isPermaLink="false">http://noise.getoto.net/?guid=e157784bbdc3490289ad73d49a451fc0</guid>

					<description><![CDATA[This post is written by Dominic Gagné, Senior Software Development Engineer, and Vinodh Kannan Sadayamuthu, Senior Solutions Architect Amazon MQ now supports cross-Region data replication for ActiveMQ brokers. This feature enables you to build regionally resilient messaging applications and makes it easier to set up cross-Region message replication between ActiveMQ brokers in Amazon MQ. This […]]]></description>
		
		
		<enclosure url="" length="0" type="" />

			</item>
		<item>
		<title>Node.js 20.x runtime now available in AWS Lambda</title>
		<link>https://noise.getoto.net/2023/11/15/node-js-20-x-runtime-now-available-in-aws-lambda/</link>
		
		<dc:creator><![CDATA[Pascal Vogel]]></dc:creator>
		<pubDate>Wed, 15 Nov 2023 15:54:28 +0000</pubDate>
				<category><![CDATA[AWS Lambda]]></category>
		<category><![CDATA[contributed]]></category>
		<category><![CDATA[node.js]]></category>
		<category><![CDATA[serverless]]></category>
		<guid isPermaLink="false">http://noise.getoto.net/?guid=8d37f9aaf9ad49faa5c4c19207022dda</guid>

					<description><![CDATA[This post is written by Pascal Vogel, Solutions Architect, and Andrea Amorosi, Senior Solutions Architect. You can now develop AWS Lambda functions using the Node.js 20 runtime. This Node.js version is in active LTS status and ready for general use. To use this new version, specify a runtime parameter value of nodejs20.x when creating or […]]]></description>
		
		
		<enclosure url="" length="0" type="" />

			</item>
		<item>
		<title>Converting Apache Kafka events from Avro to JSON using EventBridge Pipes</title>
		<link>https://noise.getoto.net/2023/11/15/converting-apache-kafka-events-from-avro-to-json-using-eventbridge-pipes/</link>
		
		<dc:creator><![CDATA[Pascal Vogel]]></dc:creator>
		<pubDate>Wed, 15 Nov 2023 12:59:35 +0000</pubDate>
				<category><![CDATA[Amazon EventBridge]]></category>
		<category><![CDATA[Amazon Managed Streaming for Apache Kafka (Amazon MSK)]]></category>
		<category><![CDATA[AWS Glue]]></category>
		<category><![CDATA[contributed]]></category>
		<category><![CDATA[serverless]]></category>
		<guid isPermaLink="false">http://noise.getoto.net/?guid=12a4f4276bd55096168b40f8ddf460e1</guid>

					<description><![CDATA[This post is written by Pascal Vogel, Solutions Architect, and Philipp Klose, Global Solutions Architect. Event streaming with Apache Kafka has become an important element of modern data-oriented and event-driven architectures (EDAs), unlocking use cases such as real-time analytics of user behavior, anomaly and fraud detection, and Internet of Things event processing. Stream producers and consumers […]]]></description>
		
		
		<enclosure url="" length="0" type="" />

			</item>
		<item>
		<title>Building a serverless document chat with AWS Lambda and Amazon Bedrock</title>
		<link>https://noise.getoto.net/2023/10/04/building-a-serverless-document-chat-with-aws-lambda-and-amazon-bedrock/</link>
		
		<dc:creator><![CDATA[Pascal Vogel]]></dc:creator>
		<pubDate>Wed, 04 Oct 2023 14:34:22 +0000</pubDate>
				<category><![CDATA[Amazon Bedrock]]></category>
		<category><![CDATA[Amazon DynamoDB]]></category>
		<category><![CDATA[Amazon Simple Queue Service (SQS)]]></category>
		<category><![CDATA[AWS Lambda]]></category>
		<category><![CDATA[contributed]]></category>
		<category><![CDATA[serverless]]></category>
		<guid isPermaLink="false">http://noise.getoto.net/?guid=b0996f30ceebff6d688925d19be55c6e</guid>

					<description><![CDATA[This post is written by Pascal Vogel, Solutions Architect, and Martin Sakowski, Senior Solutions Architect. Large language models (LLMs) are proving to be highly effective at solving general-purpose tasks such as text generation, analysis and summarization, translation, and much more. Because they are trained on large datasets, they can use a broad generalist knowledge base. […]]]></description>
		
		
		<enclosure url="" length="0" type="" />

			</item>
		<item>
		<title>Implementing idempotent AWS Lambda functions with Powertools for AWS Lambda (TypeScript)</title>
		<link>https://noise.getoto.net/2023/09/19/implementing-idempotent-aws-lambda-functions-with-powertools-for-aws-lambda-typescript/</link>
		
		<dc:creator><![CDATA[Pascal Vogel]]></dc:creator>
		<pubDate>Tue, 19 Sep 2023 07:40:52 +0000</pubDate>
				<category><![CDATA[AWS Lambda]]></category>
		<category><![CDATA[AWS SDK for JavaScript in Node.js]]></category>
		<category><![CDATA[contributed]]></category>
		<category><![CDATA[Developer Tools]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[serverless]]></category>
		<guid isPermaLink="false">http://noise.getoto.net/?guid=ded4e87d9f8688811cd18e74ce8eed91</guid>

					<description><![CDATA[This post is written by Alexander Schüren, Sr Specialist SA, Powertools. One of the design principles of AWS Lambda is to “develop for retries and failures”. If your function fails, the Lambda service will retry and invoke your function again with the same event payload. Therefore, when your function performs tasks such as processing orders […]]]></description>
		
		
		<enclosure url="" length="0" type="" />

			</item>
		<item>
		<title>Integrating IBM MQ with Amazon SQS and Amazon SNS using Apache Camel</title>
		<link>https://noise.getoto.net/2023/08/15/integrating-ibm-mq-with-amazon-sqs-and-amazon-sns-using-apache-camel/</link>
		
		<dc:creator><![CDATA[Pascal Vogel]]></dc:creator>
		<pubDate>Tue, 15 Aug 2023 13:55:50 +0000</pubDate>
				<category><![CDATA[Amazon MQ*]]></category>
		<category><![CDATA[Amazon Simple Notification Service (SNS)]]></category>
		<category><![CDATA[Amazon Simple Queue Service (SQS)]]></category>
		<category><![CDATA[contributed]]></category>
		<category><![CDATA[messaging]]></category>
		<category><![CDATA[serverless]]></category>
		<guid isPermaLink="false">http://noise.getoto.net/?guid=ac29726330c390feff1f8fc9a2962b6b</guid>

					<description><![CDATA[This post is written by Joaquin Rinaudo, Principal Security Consultant and Gezim Musliaj, DevOps Consultant. IBM MQ is a message-oriented middleware (MOM) product used by many enterprise organizations, including global banks, airlines, and healthcare and insurance companies. Customers often ask us for guidance on how they can integrate their existing on-premises MOM systems with new […]]]></description>
		
		
		<enclosure url="" length="0" type="" />

			</item>
		<item>
		<title>Retrieving parameters and secrets with Powertools for AWS Lambda (TypeScript)</title>
		<link>https://noise.getoto.net/2023/06/29/retrieving-parameters-and-secrets-with-powertools-for-aws-lambda-typescript/</link>
		
		<dc:creator><![CDATA[Pascal Vogel]]></dc:creator>
		<pubDate>Thu, 29 Jun 2023 13:20:05 +0000</pubDate>
				<category><![CDATA[AWS Lambda]]></category>
		<category><![CDATA[contributed]]></category>
		<category><![CDATA[serverless]]></category>
		<guid isPermaLink="false">http://noise.getoto.net/?guid=346479ceb56cc573b9188b510ce3071f</guid>

					<description><![CDATA[This post is written by Andrea Amorosi, Senior Solutions Architect and Pascal Vogel, Solutions Architect. When building serverless applications using AWS Lambda, you often need to retrieve parameters, such as database connection details, API secrets, or global configuration values at runtime. You can make these parameters available to your Lambda functions via secure, scalable, and […]]]></description>
		
		
		<enclosure url="" length="0" type="" />

			</item>
		<item>
		<title>Implementing AWS Well-Architected best practices for Amazon SQS – Part 3</title>
		<link>https://noise.getoto.net/2023/06/27/implementing-aws-well-architected-best-practices-for-amazon-sqs-part-3/</link>
		
		<dc:creator><![CDATA[Pascal Vogel]]></dc:creator>
		<pubDate>Tue, 27 Jun 2023 07:15:03 +0000</pubDate>
				<category><![CDATA[Amazon Simple Queue Service (SQS)]]></category>
		<category><![CDATA[AWS Well-Architected Framework]]></category>
		<category><![CDATA[contributed]]></category>
		<category><![CDATA[serverless]]></category>
		<guid isPermaLink="false">http://noise.getoto.net/?guid=e8d8f3d5f7c8e9d40c95e11ba8d66fab</guid>

					<description><![CDATA[This blog is written by Chetan Makvana, Senior Solutions Architect and Hardik Vasa, Senior Solutions Architect. This is the third part of a three-part blog post series that demonstrates best practices for Amazon Simple Queue Service (Amazon SQS) using the AWS Well-Architected Framework. This blog post covers best practices using the Performance Efficiency Pillar, Cost […]]]></description>
		
		
		<enclosure url="" length="0" type="" />

			</item>
		<item>
		<title>Implementing AWS Well-Architected best practices for Amazon SQS – Part 2</title>
		<link>https://noise.getoto.net/2023/06/27/implementing-aws-well-architected-best-practices-for-amazon-sqs-part-2/</link>
		
		<dc:creator><![CDATA[Pascal Vogel]]></dc:creator>
		<pubDate>Tue, 27 Jun 2023 07:14:44 +0000</pubDate>
				<category><![CDATA[Amazon Simple Queue Service (SQS)]]></category>
		<category><![CDATA[AWS Well-Architected Framework]]></category>
		<category><![CDATA[contributed]]></category>
		<category><![CDATA[serverless]]></category>
		<guid isPermaLink="false">http://noise.getoto.net/?guid=4d8733b36d87a915928b08dfc536450c</guid>

					<description><![CDATA[This blog is written by Chetan Makvana, Senior Solutions Architect and Hardik Vasa, Senior Solutions Architect. This is the second part of a three-part blog post series that demonstrates implementing best practices for Amazon Simple Queue Service (Amazon SQS) using the AWS Well-Architected Framework. This blog post covers best practices using the Security Pillar and […]]]></description>
		
		
		<enclosure url="" length="0" type="" />

			</item>
		<item>
		<title>Implementing AWS Well-Architected best practices for Amazon SQS – Part 1</title>
		<link>https://noise.getoto.net/2023/06/27/implementing-aws-well-architected-best-practices-for-amazon-sqs-part-1/</link>
		
		<dc:creator><![CDATA[Pascal Vogel]]></dc:creator>
		<pubDate>Tue, 27 Jun 2023 07:14:21 +0000</pubDate>
				<category><![CDATA[Amazon Simple Queue Service (SQS)]]></category>
		<category><![CDATA[AWS Well-Architected Framework]]></category>
		<category><![CDATA[contributed]]></category>
		<category><![CDATA[serverless]]></category>
		<guid isPermaLink="false">http://noise.getoto.net/?guid=65fffb65cd1ea3bba0d2b119d615bd71</guid>

					<description><![CDATA[This blog is written by Chetan Makvana, Senior Solutions Architect and Hardik Vasa, Senior Solutions Architect. Amazon Simple Queue Service (Amazon SQS) is a fully managed message queuing service that makes it easy to decouple and scale microservices, distributed systems, and serverless applications. AWS customers have constantly discovered powerful new ways to build more scalable, […]]]></description>
		
		
		<enclosure url="" length="0" type="" />

			</item>
		<item>
		<title>Monitor Amazon SNS-based applications end-to-end with AWS X-Ray active tracing</title>
		<link>https://noise.getoto.net/2023/05/11/monitor-amazon-sns-based-applications-end-to-end-with-aws-x-ray-active-tracing/</link>
		
		<dc:creator><![CDATA[Pascal Vogel]]></dc:creator>
		<pubDate>Thu, 11 May 2023 06:05:47 +0000</pubDate>
				<category><![CDATA[Amazon Simple Notification Service (SNS)]]></category>
		<category><![CDATA[AWS X-Ray]]></category>
		<category><![CDATA[contributed]]></category>
		<category><![CDATA[serverless]]></category>
		<guid isPermaLink="false">http://noise.getoto.net/?guid=a5945d0366c4066c1782e31d780b3c8a</guid>

					<description><![CDATA[This post is written by Daniel Lorch, Senior Consultant and David Mbonu, Senior Solutions Architect. Amazon Simple Notification Service (Amazon SNS), a messaging service that provides high-throughput, push-based, many-to-many messaging between distributed systems, microservices, and event-driven serverless applications, now supports active tracing with AWS X-Ray. With AWS X-Ray active tracing enabled for SNS, you can […]]]></description>
		
		
		<enclosure url="" length="0" type="" />

			</item>
		<item>
		<title>Developing portable AWS Lambda functions</title>
		<link>https://noise.getoto.net/2023/02/23/developing-portable-aws-lambda-functions/</link>
		
		<dc:creator><![CDATA[Pascal Vogel]]></dc:creator>
		<pubDate>Thu, 23 Feb 2023 14:44:38 +0000</pubDate>
				<category><![CDATA[AWS Lambda]]></category>
		<category><![CDATA[Compute]]></category>
		<category><![CDATA[Containers]]></category>
		<category><![CDATA[contributed]]></category>
		<category><![CDATA[serverless]]></category>
		<guid isPermaLink="false">http://noise.getoto.net/?guid=11f9a5dcd277ef9cb088c6eeb47133dd</guid>

					<description><![CDATA[This blog post is written by Uri Segev, Principal Serverless Specialist Solutions Architect When developing new applications or modernizing existing ones, you might face a dilemma: which compute technology to use? A serverless compute service such as AWS Lambda or maybe containers? Often, serverless can be the better approach thanks to automatic scaling, built-in high […]]]></description>
		
		
		<enclosure url="" length="0" type="" />

			</item>
		<item>
		<title>Migrating to token-based authentication for iOS applications with Amazon SNS</title>
		<link>https://noise.getoto.net/2023/02/14/migrating-to-token-based-authentication-for-ios-applications-with-amazon-sns/</link>
		
		<dc:creator><![CDATA[Pascal Vogel]]></dc:creator>
		<pubDate>Tue, 14 Feb 2023 17:42:27 +0000</pubDate>
				<category><![CDATA[Amazon Simple Notification Service (SNS)]]></category>
		<category><![CDATA[contributed]]></category>
		<category><![CDATA[messaging]]></category>
		<category><![CDATA[serverless]]></category>
		<guid isPermaLink="false">http://noise.getoto.net/?guid=fdd2ebe04d3f1ad37fa02731d8e515b6</guid>

					<description><![CDATA[This post is written by Yashlin Naidoo, Cloud Support Engineer. Amazon Simple Notification Service (Amazon SNS) enables you to send notifications directly to a mobile push endpoint. For iOS apps, Amazon SNS dispatches the notification on your application’s behalf to the Apple Push Notification service (APNs). To send mobile push notifications via Amazon SNS, you […]]]></description>
		
		
		<enclosure url="" length="0" type="" />

			</item>
	</channel>
</rss>

<!--
Performance optimized by W3 Total Cache. Learn more: https://www.boldgrid.com/w3-total-cache/

Object Caching 42/189 objects using Memcached
Page Caching using Disk: Enhanced 
Lazy Loading (feed)
Database Caching using Memcached

Served from: noise.getoto.net @ 2026-02-09 01:36:52 by W3 Total Cache
-->