0
votes

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!!

1
Please edit your question to show the code, and let us know which line is giving you the error. - John Rotenstein

1 Answers

0
votes

actually i was placing lambda role in parameter group value. replacing with RDS IAM role solve my issue thanks!!