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

asked a month ago159 views
1 Answer
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
EXPERT
answered a month ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions