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
已提问 5 个月前133 查看次数
2 回答
0
已接受的回答

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
专家
已回答 5 个月前
profile picture
专家
已审核 2 个月前
0

Hello,

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

ecc
已回答 5 个月前

您未登录。 登录 发布回答。

一个好的回答可以清楚地解答问题和提供建设性反馈,并能促进提问者的职业发展。

回答问题的准则

相关内容