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

demandé il y a 2 mois168 vues
1 réponse
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
répondu il y a 2 mois

Vous n'êtes pas connecté. Se connecter pour publier une réponse.

Une bonne réponse répond clairement à la question, contient des commentaires constructifs et encourage le développement professionnel de la personne qui pose la question.

Instructions pour répondre aux questions