Cannot create AWS Lambda Function

0

I've tried to create AWS Lambda Function with python 3.7 runtime and always gives UnknownError Error

Elang
asked 8 months ago219 views
2 Answers
0

Hi,

Side note: lambda with Python 3.7 is about to be deprecated (Nov, 23). See https://docs.aws.amazon.com/lambda/latest/dg/lambda-runtimes.html. So, if you create a new Lambda, you should do it with a newer runtime.$

To get the root cause of your issue, can you go to AWS CloudTrail to see the calls to the Lambda create APIs that are done to see which one fails and how?

Best,

Didier

profile pictureAWS
EXPERT
answered 8 months ago
0

I have the same problem. any solution available?

answered 7 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