sam build for Clojure projects on Java 11 runtime

0

I can build a tar file with the following command inside my SAM project:

clj -T:build uber

Then, I can upload that jar to a lambda function and it just works.

How to make the command sam build use that step, or at least, how to make sam local ... commands work with that jar, or trigger that command clj -T:build uber and use its output in a way the local lambda works?

Aside note: I'm not interested in solutions based on docker, nor custom Lambda runtimes with graalvm (yet). Just the plain ZIP (jar) solution. I also know the price of using Java in Lambda in terms of the Coldstar time, and I'm assuming the costs.

#Clojure #SAM

jgomo3
已提问 1 年前49 查看次数
没有答案

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

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

回答问题的准则