Logging is one of the essential components of software development. We use different types of logs to identify issues in applications, track application events, analyze the performance of applications etc. Even though logs are very beneficial, they also introduce a huge risk to your business. For example, logging sensitive data of the customers, exposing security…
Category: SNS
Using AWS Lambda with Amazon Aurora MySQL
Amazon Aurora is a fully managed relational database engine that is compatible with MySQL and PostgreSQL. In this article, I will explain how you can invoke an AWS Lambda function from an Amazon Aurora MySQL cluster with the native function lambda_sync or lambda_async . Refer to the original article that I published on https://duleendra.medium.com
Amazon SNS Message Filtering
How to filter messages published to Amazon SNS Topics Refer to the original article that I published on https://duleendra.medium.com
Change Default SNS Email For CloudWatch Events
Creating a customized email notification for an SNS topic. Refer to the original article that I published on https://duleendra.medium.com