<?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>Talia Nassi &#8211; Noise</title>
	<atom:link href="https://noise.getoto.net/author/talia-nassi/feed/" rel="self" type="application/rss+xml" />
	<link>https://noise.getoto.net</link>
	<description>The collective thoughts of the interwebz</description>
	<lastBuildDate>Mon, 09 May 2022 17:54:05 +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>Benefits of migrating to event-driven architecture</title>
		<link>https://noise.getoto.net/2022/05/09/benefits-of-migrating-to-event-driven-architecture/</link>
		
		<dc:creator><![CDATA[Talia Nassi]]></dc:creator>
		<pubDate>Mon, 09 May 2022 17:54:05 +0000</pubDate>
				<category><![CDATA[Amazon EventBridge]]></category>
		<category><![CDATA[Events]]></category>
		<category><![CDATA[serverless]]></category>
		<guid isPermaLink="false">http://noise.getoto.net/?guid=7f3deefa1d62d419f7c4533dc4ef6c24</guid>

					<description><![CDATA[Two common options when building applications are request-response and event-driven architecture. In request-response architecture, an application’s components communicate via API calls. The client sends a request and expects a response before performing the next task. In event-driven architecture, the client generates an event and can immediately move on to its next task. Different parts of […]]]></description>
		
		
		<enclosure url="" length="0" type="" />

			</item>
		<item>
		<title>Working with events and the Amazon EventBridge schema registry</title>
		<link>https://noise.getoto.net/2022/04/14/working-with-events-and-the-amazon-eventbridge-schema-registry/</link>
		
		<dc:creator><![CDATA[Talia Nassi]]></dc:creator>
		<pubDate>Thu, 14 Apr 2022 19:25:55 +0000</pubDate>
				<category><![CDATA[Amazon EventBridge]]></category>
		<category><![CDATA[Events]]></category>
		<category><![CDATA[serverless]]></category>
		<guid isPermaLink="false">http://noise.getoto.net/?guid=ad3570dfe57ac3bbb6b3132c0acf7127</guid>

					<description><![CDATA[Event-driven architecture, at its core, is driven by producers creating events and subscribers being made aware of those events and acting upon them. An event is a data representation of something that happened elsewhere in the application or from an outside producer. When building event-driven applications, it is critical to determine what events exist in […]]]></description>
		
		
		<enclosure url="" length="0" type="" />

			</item>
		<item>
		<title>Building an event-driven application with Amazon EventBridge</title>
		<link>https://noise.getoto.net/2022/04/11/building-an-event-driven-application-with-amazon-eventbridge/</link>
		
		<dc:creator><![CDATA[Talia Nassi]]></dc:creator>
		<pubDate>Mon, 11 Apr 2022 19:23:15 +0000</pubDate>
				<category><![CDATA[Amazon EventBridge]]></category>
		<category><![CDATA[Events]]></category>
		<category><![CDATA[serverless]]></category>
		<guid isPermaLink="false">http://noise.getoto.net/?guid=9bcb853f9ddd83d8114ec3d5aea2b7eb</guid>

					<description><![CDATA[In event-driven architecture, services interact with each other through events. An event is something that happened in your application (for example, an item was put into a cart, a new order was placed). Events are JSON objects that tell you information about something that happened in your application. In event-driven architecture, each component of the […]]]></description>
		
		
		<enclosure url="" length="0" type="" />

			</item>
		<item>
		<title>Getting Started with Event-Driven Architecture</title>
		<link>https://noise.getoto.net/2022/04/06/getting-started-with-event-driven-architecture/</link>
		
		<dc:creator><![CDATA[Talia Nassi]]></dc:creator>
		<pubDate>Wed, 06 Apr 2022 16:06:23 +0000</pubDate>
				<category><![CDATA[Amazon EventBridge]]></category>
		<category><![CDATA[Events]]></category>
		<category><![CDATA[serverless]]></category>
		<guid isPermaLink="false">http://noise.getoto.net/?guid=aba1556efd6ca1251bd0339be68fe303</guid>

					<description><![CDATA[In modern application development, event-driven architecture is becoming more prominent because it can make building applications in the cloud easier. Event-driven architecture can allow you to decouple your services, which increases developer velocity, and can make it easier for you to debug applications. It also can help remove the bottleneck that occurs when features expand […]]]></description>
		
		
		<enclosure url="" length="0" type="" />

			</item>
		<item>
		<title>Publishing messages in batch to Amazon SNS topics</title>
		<link>https://noise.getoto.net/2021/11/18/publishing-messages-in-batch-to-amazon-sns-topics/</link>
		
		<dc:creator><![CDATA[Talia Nassi]]></dc:creator>
		<pubDate>Thu, 18 Nov 2021 17:46:26 +0000</pubDate>
				<category><![CDATA[Amazon Simple Notification Service (SNS)]]></category>
		<category><![CDATA[contributed]]></category>
		<category><![CDATA[serverless]]></category>
		<guid isPermaLink="false">http://noise.getoto.net/?guid=f4aec7cb7fb1a61ecdead94fca0ee0b2</guid>

					<description><![CDATA[This post is written by Heeki Park (Principal Solutions Architect, Serverless Specialist), Marc Pinaud (Senior Product Manager, Amazon SNS), Amir Eldesoky (Software Development Engineer, Amazon SNS), Jack Li (Software Development Engineer, Amazon SNS), and William Nguyen (Software Development Engineer, Amazon SNS). Today, we are announcing the ability for AWS customers to publish messages in batch […]]]></description>
		
		
		<enclosure url="" length="0" type="" />

			</item>
		<item>
		<title>Token-based authentication for iOS applications with Amazon SNS</title>
		<link>https://noise.getoto.net/2021/11/10/token-based-authentication-for-ios-applications-with-amazon-sns/</link>
		
		<dc:creator><![CDATA[Talia Nassi]]></dc:creator>
		<pubDate>Tue, 09 Nov 2021 22:36:33 +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=f48a79673f99ebf96458503640980792</guid>

					<description><![CDATA[This post is co-written by Karen Hong, Software Development Engineer, AWS Messaging. To use Amazon SNS to send mobile push notifications, you must provide a set of credentials for connecting to the supported push notification service (see prerequisites for push). For the Apple Push Notification service (APNs), SNS now supports using token-based authentication (.p8), in […]]]></description>
		
		
		<enclosure url="" length="0" type="" />

			</item>
		<item>
		<title>Getting started with testing serverless applications</title>
		<link>https://noise.getoto.net/2021/09/20/getting-started-with-testing-serverless-applications/</link>
		
		<dc:creator><![CDATA[Talia Nassi]]></dc:creator>
		<pubDate>Mon, 20 Sep 2021 18:37:07 +0000</pubDate>
				<category><![CDATA[AWS Lambda]]></category>
		<category><![CDATA[Events]]></category>
		<category><![CDATA[serverless]]></category>
		<guid isPermaLink="false">http://noise.getoto.net/?guid=a534f01f3e650e05fa496c6208c55078</guid>

					<description><![CDATA[Testing is an essential step in the software development lifecycle. Through the different types of tests, you validate user experience, performance, and detect bugs in your code. Features should not be considered done until all of the corresponding tests are written. The distributed nature of serverless architectures separates your application logic from other concerns like […]]]></description>
		
		
		<enclosure url="" length="0" type="" />

			</item>
		<item>
		<title>Authenticating and authorizing Amazon MQ users with Lightweight Directory Access Protocol</title>
		<link>https://noise.getoto.net/2021/08/11/authenticating-and-authorizing-amazon-mq-users-with-lightweight-directory-access-protocol/</link>
		
		<dc:creator><![CDATA[Talia Nassi]]></dc:creator>
		<pubDate>Wed, 11 Aug 2021 16:01:01 +0000</pubDate>
				<category><![CDATA[Amazon MQ*]]></category>
		<category><![CDATA[contributed]]></category>
		<category><![CDATA[serverless]]></category>
		<guid isPermaLink="false">http://noise.getoto.net/?guid=d21cdc9e5f374256fa95440922cd02f2</guid>

					<description><![CDATA[This post is written by Dominic Gagné and Mithun Mallick. Amazon MQ is a managed message broker service for Apache ActiveMQ and RabbitMQ that simplifies setting up and operating message brokers in the AWS Cloud. Integrating an Amazon MQ broker with a Lightweight Directory Access Protocol (LDAP) server allows you to manage credentials and permissions for […]]]></description>
		
		
		<enclosure url="" length="0" type="" />

			</item>
		<item>
		<title>Using Amazon MQ for RabbitMQ as an event source for Lambda</title>
		<link>https://noise.getoto.net/2021/07/08/using-amazon-mq-for-rabbitmq-as-an-event-source-for-lambda/</link>
		
		<dc:creator><![CDATA[Talia Nassi]]></dc:creator>
		<pubDate>Wed, 07 Jul 2021 21:48:24 +0000</pubDate>
				<category><![CDATA[serverless]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<guid isPermaLink="false">http://noise.getoto.net/?guid=74a29c4bc4820fc24b88206d9ab38ad5</guid>

					<description><![CDATA[Amazon MQ for RabbitMQ (ARMQ) is an AWS managed version of RabbitMQ. The service manages the provisioning, setup, and maintenance of RabbitMQ, reducing operational overhead for companies. Now, with ARMQ as an event source for AWS Lambda, you can process messages from the service. This allows you to integrate ARMQ with downstream serverless workflows without having […]]]></description>
		
		
		<enclosure url="" length="0" type="" />

			</item>
		<item>
		<title>Exploring serverless patterns for Amazon DynamoDB</title>
		<link>https://noise.getoto.net/2021/06/16/exploring-serverless-patterns-for-amazon-dynamodb/</link>
		
		<dc:creator><![CDATA[Talia Nassi]]></dc:creator>
		<pubDate>Wed, 16 Jun 2021 17:42:32 +0000</pubDate>
				<category><![CDATA[Amazon CloudWatch]]></category>
		<category><![CDATA[Amazon DynamoDB]]></category>
		<category><![CDATA[AWS Serverless Application Model]]></category>
		<category><![CDATA[serverless]]></category>
		<guid isPermaLink="false">http://noise.getoto.net/?guid=cee3197a6d6bd0c2571e716cecc1989f</guid>

					<description><![CDATA[Amazon DynamoDB is a fully managed, serverless NoSQL database. In this post, you learn about the different DynamoDB patterns used in serverless applications, and use the recently launched Serverless Patterns Collection to configure DynamoDB as an event source for AWS Lambda. Benefits of using DynamoDB as a serverless developer DynamoDB is a serverless service that automatically […]]]></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 29/157 objects using Memcached
Page Caching using Disk: Enhanced 
Lazy Loading (feed)
Database Caching using Memcached

Served from: noise.getoto.net @ 2026-03-06 08:15:46 by W3 Total Cache
-->