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
已提问 9 个月前231 查看次数
2 回答
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
专家
已回答 9 个月前
0

I have the same problem. any solution available?

已回答 8 个月前

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

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

回答问题的准则