Lambda运行时

时间:2021-02-12 19:28:10
【文件属性】:
文件名称:Lambda运行时
文件大小:16KB
文件格式:ZIP
更新时间:2021-02-12 19:28:10
JavaScript Lambda运行时 用于托管循环应用程序的自定义运行时。 运行/测试 本地节点 node start curl -i -XPUT --header " Content-Type: application/json " --data ' {"account":"xyz"} ' https://localhost:3000 本地Docker docker build --no-cache -t myfunction:latest . && docker run -p 9000:8080 myfunction:latest curl -i -XPOST " http://localhost:9000/2015-03-31/functions/function/invocations " -d @../lambda-runtime/sample-event.json 修剪: docker co
【文件预览】:
lambda-runtime-main
----.gitignore(73B)
----Dockerfile(207B)
----inject.sh(229B)
----app()
--------package.json(448B)
--------package-lock.json(31KB)
--------index.js(1KB)
--------README.md(113B)
----src()
--------_proxy.js(2KB)
----.pre-commit-config.yaml(1KB)
----sample-404.json(2KB)
----.mdlrc(26B)
----README.md(663B)
----sample-event.json(2KB)
----template.yaml(4KB)
----_dot()
--------_secrets.baseline(10KB)
--------mdl_style.rb(306B)
----sample-context.json(489B)

网友评论