Home:ALL Converter>Accessing AWS Lambda from Aurora RDS trigger using lambda_async?

Accessing AWS Lambda from Aurora RDS trigger using lambda_async?

Ask Time:2020-07-27T16:26:53         Author:imDevD

Json Formatter

Version: 5.7.mysql_aurora.2.07.2

i am trying to link lambda function when my RDS get inserted using lambda_async. but was not able to reach it with an error

#63996 - Lambda API returned error: Missing IAM Credentials for specified aws_default_lambda_role

i have followed each and every step carefully but getting above error. :(

i have followed the documentation at https://docs.amazonaws.cn/en_us/AmazonRDS/latest/AuroraUserGuide/AuroraMySQL.Integrating.Lambda.html

and

Call AWS Lambda from Aurora RDS Stored Procedure Permissions Issue. please help!!

Author:imDevD,eproduced under the CC 4.0 BY-SA copyright license with a link to the original source and this disclaimer.
Link to original article:https://stackoverflow.com/questions/63111409/accessing-aws-lambda-from-aurora-rds-trigger-using-lambda-async
imDevD :

actually i was placing lambda role in parameter group value. replacing with RDS IAM role solve my issue thanks!!",
2020-07-27T10:47:31
yy