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
Month: August 2022
Accessing a Cross-Account Amazon SQS Queue Using AWS Lambda
This post will show you how Lambda functions can consume messages from an SQS queue in a different AWS account. Refer to the original article that I published on https://duleendra.medium.com