AWS Lambda Application Runtime Limitations

0

A customer wants to use AWS Lambda Applications (not only functions) with Python runtime, but as they mentioned and I could double check internally, it seems only NodeJS support is offered (at least through the AWS Console).

However, I can’t find any documentation explicitly talking about that limitation. Do you know if that is a known limitation and where I can find more about it?

If you try to go now to Lambda > Applications > Create Application > Create/Author from scratch (or use this link) -> you get only NodeJS Runtime

已提問 4 年前檢視次數 331 次
1 個回答
0
已接受的答案

There are only examples that use node.js currently with Lambda Applications. If you use Cloudformation to deploy Lambda, then they appear as applications, so can make your own. Optionally use the Serverless Application Repository to do this. Currently the "Authohr from Scratch" option only includes Node.js. This can be done via SAM, Cloudformation, serverless, CDK, etc.

AWS
sang_k
已回答 4 年前

您尚未登入。 登入 去張貼答案。

一個好的回答可以清楚地回答問題並提供建設性的意見回饋,同時有助於提問者的專業成長。

回答問題指南