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

posta 2 mesi fa168 visualizzazioni
1 Risposta
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
ESPERTO
con risposta 2 mesi fa

Accesso non effettuato. Accedi per postare una risposta.

Una buona risposta soddisfa chiaramente la domanda, fornisce un feedback costruttivo e incoraggia la crescita professionale del richiedente.

Linee guida per rispondere alle domande