文件名称:lambduh-execute:从 AWS Lambda 执行任何 shell 字符串或 bash 脚本
文件大小:5KB
文件格式:ZIP
更新时间:2024-06-22 04:08:35
JavaScript
兰姆杜执行 从 AWS Lambda 执行任何 shell 字符串或 bash 脚本 安装 npm i --save lambduh-execute 用法 var Q = require ( 'q' ) ; var execute = require ( 'lambduh-execute' ) ; //your lambda function exports . handler = function ( event , context ) { var result = { } execute ( result , { shell : "echo `ls /tmp/`" , // logs output of /tmp/ dir on your lambda machine logOutput : true } ) . then ( function (
【文件预览】:
lambduh-execute-master
----gulpfile.js(292B)
----LICENSE(1KB)
----test()
--------execute.spec.js(4KB)
--------test-script-params(43B)
--------test-script(58B)
----README.md(2KB)
----.gitignore(587B)
----index.js(1KB)
----package.json(839B)