Getting Unknown Error trying to interact with AWS Lambda

0

Trying to create lambda function or check list of lambdas (through dashboard) Getting "Unknown Error"

Getting Unknown Error while creating function, also while trying to check

Last cloudtrail events:

Enter image description here

kamal
asked 6 months ago244 views
2 Answers
1

I looks like it is most likely a permissions-related issue. CloudTrail delivers an event within 5 minutes of the API call. Try refreshing the page a few times. Open the lates Lambda related log entry to gain more insight as to the cause. That should give you an idea as to what additional permissions are required. This post goes over some of the permissions necessary to work with Lambda functions.

Let me know if you have any other questions.

AWS
answered 6 months ago
  • Looking at CloudTrail event log again with the same options: same events I'm logged in as root user and other users have administrator permissions

    More interesting thing in Developer Tools - Network I see that i'm trying to send GET request to https://lambda.eu-north-1.amazonaws.com/2015-03-31/functions And getting 403 - Forbidden

    There i have interesting header in response: X-Amzn-Errortype: AccessDeniedException

0

can you see the CloudTrial log for more detailed error log?

answered 6 months ago
  • Doesn't seem like any log is appearing after i'm trying to get my lambdas list / creating new Or should i specify some kind of key to lookup in logs?

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