Friday, 17 August 2018

Amazon Simple Notification Service adds support for AWS CloudFormation for message filtering service

AWS CloudFormation can now be utilized to deploy solutions that use Amazon SNS message filtering. Amazon Simple Notification Services is a managed pub/sub messaging and mobile notification service that manages the delivery of the message to the endpoints. It delivers high throughput and highly reliable message delivery. Amazon SNS Message filtering service enables you to simplify the pub/sub messaging layout by offloading the message filtering logic from the publishers and subscribers. Now with the latest update, you can now create filter policies, subscriptions and SNS topics using the deployment templates to provision, configure and connect resource quickly and reliably. 

No comments:

Post a Comment

Optimizing Performance and Cost: Migrating an Express.js Application from EC2 to AWS Lambda

Introduction: In a recent project, our team worked on optimizing a Node.js application that was originally hosted on an EC2 instance. The ap...