Sure, here is the translation: “AWS Lambda Java Application”

huangapple 未分类评论63阅读模式
标题翻译

AWS Lambda Java Application

问题

我来自Java背景,现在开始接触AWS。在我看来,尽管可以使用Java编写Lambda函数,但显然无法使用Java编写Lambda应用程序,因为Lambda应用程序只支持NodeJS作为运行时。这是否正确?我创建了一个NodeJs Lambda应用程序,一旦应用程序构建完成,就能够很方便地获得内置的CodeCommit和持续交付功能,我也希望我的Java应用程序能够有相同的集成。

英文翻译

I come from a Java background and now I am getting started with AWS. It seems to me that, although it is possible to write Lambda Functions in Java, appararently, it is not possible to write Lambda Applications in Java since only NodeJS is available as runtime for a Lambda Application. Is that correct? I created a NodeJs lambda application and it's so nice to have the CodeCommit and continuous delivery out of the box once the application is built and I was kindof wishing for the same integration but with my application written in Java.

huangapple
  • 本文由 发表于 2020年3月4日 07:19:15
  • 转载请务必保留本文链接:https://java.coder-hub.com/60516940.html
匿名

发表评论

匿名网友

:?: :razz: :sad: :evil: :!: :smile: :oops: :grin: :eek: :shock: :???: :cool: :lol: :mad: :twisted: :roll: :wink: :idea: :arrow: :neutral: :cry: :mrgreen:

确定