Run bash script from lambda

0

Hi, I have custom bash script in ssm box . I need trigger the script from lambda like , Bash script : todo.sh From lamda function trigger the above shell script and pass the ebs detail those details will get in lambda.

Please help me how can I trigger the query parameter script from lambda

已提問 2 個月前檢視次數 168 次
1 個回答
0

Hello.

I thought I could either create a custom runtime and run the shell script there, or run bash inside the code, like Python's subprocess.run().
https://docs.aws.amazon.com/lambda/latest/dg/runtimes-walkthrough.html

profile picture
專家
已回答 2 個月前

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

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

回答問題指南