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ヶ月前

ログインしていません。 ログイン 回答を投稿する。

優れた回答とは、質問に明確に答え、建設的なフィードバックを提供し、質問者の専門分野におけるスキルの向上を促すものです。

質問に答えるためのガイドライン

関連するコンテンツ