The Lambdas is not working

0

Hey all,

I have no idea why my Lamdas is not working anymore.

The Serverless framework gives me this error below

CREATE_FAILED: CreateLambdaFunction (AWS::Lambda::Function)
Resource handler returned message: "Service returned error code AccessDeniedException (Service: Lambda, Status Code: 403, Request ID: xxxx)" (RequestToken: xxxxxxxxxxxx, HandlerErrorCode: AccessDenied)

When I checked on my Dashboard on Portal I saw just UnknownError with the errors on the console as shown below:

GET https://lambda.xxxx.amazonaws.com/2015-03-31/functions 403 (Forbidden)
GET https://lambda.xxxx.amazonaws.com/2015-03-31/functions 403 (Forbidden)

So, how to fix this considering I'm using the Free-Tier and I can't open an Issue on AWS Support?

I appreciate any help.

Regards, ecc

ecc
asked 5 months ago126 views
2 Answers
0
Accepted Answer

Hello.

I've seen people in the same situation as you several times on re:Post.
Other users have reported that there are no problems with IAM permissions, so it is possible that there are restrictions on the AWS account side.
https://repost.aws/questions/QUDhTKkMfnRp6JGus4Ko_3mg/lambda-functions-are-gone-unknown-error
https://repost.aws/questions/QUKccY7dreT2OrL0Z5A1RmBQ/aws-lambda-functions-shows-unknownerror

From the contents of the serverless framework error, it seems that IAM permissions are related.
Also, Please check if you can reproduce it with other browsers or other PCs.
If there is no problem with IAM permissions, there may be a problem with your AWS account, so we recommend that you open a case with AWS Support under "Account and billing".
Inquiries under "Account and billing" can also be made using the free support plan.
https://docs.aws.amazon.com/awssupport/latest/user/case-management.html

profile picture
EXPERT
answered 5 months ago
profile picture
EXPERT
reviewed a month ago
0

Hello,

Thanks for your answer. It seems a real issue on my AWS Account as you mentioned.

ecc
answered 5 months ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions