简体   繁体   中英

How to execute Shellscript in AWS Lambda . I would like to my script as serverless code

How to execute Shellscript in AWS Lambda. I would like to my script as serverless code

How to execute Shellscript in AWS Lambda. I would like to my script as serverless code

AWS Lambda doesn't support shell scripts out of the box. However, you can create a custom runtime to enable this. In addition to the handler function, you will need to create a bootstrap that will invoke the runtime.

This tutorial from the AWS Developer Guide should help - https://docs.aws.amazon.com/lambda/latest/dg/runtimes-walkthrough.html

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM