deno-lambda:AWS Lambda的deno运行时。 通过docker,SAM,lessserver部署deno或自己捆绑

时间:2024-02-27 01:25:21
【文件属性】:

文件名称:deno-lambda:AWS Lambda的deno运行时。 通过docker,SAM,lessserver部署deno或自己捆绑

文件大小:90KB

文件格式:ZIP

更新时间:2024-02-27 01:25:21

typescript aws-lambda deno TypeScript

AWS Lambda上的deno AWS Lambda的运行时。 通过(请参阅入门), ,或自己将其打包来部署名词代码。 定义处理程序函数,例如: // hello.ts import { APIGatewayProxyEvent , APIGatewayProxyResult , Context , } from "https://deno.land/x/lambda/mod.ts" ; export async function handler ( event : APIGatewayProxyEvent , context : Context , ) : P


【文件预览】:
deno-lambda-master
----.gitignore(82B)
----example-sam()
--------template.yml(630B)
--------hello.ts(431B)
--------README.md(560B)
--------.npmignore(73B)
----SAR()
--------template.yml(921B)
--------blueprint()
--------README.md(741B)
----example-serverless()
--------api()
--------serverless.yml(2KB)
--------test_util.ts(1KB)
--------deps.ts(382B)
--------test.ts(3KB)
--------README.md(911B)
--------client.ts(113B)
----example-aws-cdk()
--------.gitignore(51B)
--------package.json(643B)
--------src()
--------bin()
--------tsconfig.json(614B)
--------README.md(483B)
--------.npmignore(65B)
--------cdk.json(164B)
--------cdk()
--------yarn.lock(66KB)
----.dockerignore(32B)
----LICENSE(1KB)
----runtime()
--------bootstrap(9KB)
--------types.d.ts(52KB)
--------generate_types.ts(2KB)
--------mod.ts(5KB)
--------artifacts(1KB)
--------README.md(679B)
----.github()
--------workflows()
----hello.ts(419B)
----QUICK-START.md(3KB)
----README.md(9KB)
----example-docker-container()
--------Dockerfile(87B)
--------hello.ts(419B)
--------README.md(1KB)
----tests()
--------Dockerfile(2KB)
--------test_example_zip.json(542B)
--------test_wrongargs.json(241B)
--------test_js.json(434B)
--------importmap.json(67B)
--------test_context.json(387B)
--------test_console.json(594B)
--------lock.ts(792B)
--------test_noargs.json(223B)
--------test_denodir.json(309B)
--------test_error.json(284B)
--------test_compile_error.json(329B)
--------server.ts(3KB)
--------tsconfig.json(101B)
--------test_bundle.json(574B)
--------test_badlock.json(511B)
--------test_lock.json(258B)
--------test_xray.json(400B)
--------deps.ts(162B)
--------test.ts(2KB)
--------test_not_json.json(221B)
--------README.md(464B)
--------test_self_contained.json(518B)
--------test_simple.json(529B)
--------test_missing_handler.json(296B)
--------test_console_prefix.json(555B)
--------compile_error.ts(42B)
--------decorate.ts(298B)
--------version_check.ts(168B)
--------test_console_prefix4.json(776B)
--------test_importmap.json(296B)
--------test_run_deno.json(337B)
--------test_console_prefix2.json(489B)
--------hello.js(136B)
--------handlers.ts(2KB)
--------test_config2.json(1KB)
--------importmap.ts(242B)
--------test_console_prefix3.json(433B)
--------test_config.json(319B)
----.vscode()
--------settings.json(26B)
----docker()
--------base.dockerfile(545B)

网友评论