Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

AWS Lambda Create Function - Request failed with status code 403

Trying to create a new AWS Lambda Function with the root account for the first time using management console. I am receiving the error "Request failed with status code 403" no matter how many different options I tried.

I've already tried changing my region, creating the function with default role(basic lambda permissions), new role, existing role and with the options "Author from Scratch", "Use a blueprint", "Serverless app repository" but still getting the same error.

How can i troubleshoot and solve this problem?

enter image description here

like image 551
mrgenco Avatar asked Jun 20 '26 01:06

mrgenco


1 Answers

Based on the comments.

The issue was resolved by checking Event Logs AWS Personal Health Dashboard, which indicated that permissions on the account were temporary limited by AWS due to Risk IAM quarantine and some suspicious activity.

like image 175
Marcin Avatar answered Jun 23 '26 02:06

Marcin