/serverless-deno

Serverless Deno Application on Tencent SCF

Primary LanguageTypeScriptMIT LicenseMIT

Serverless Deno

Demo

Serverless Deno Application on Tencent SCF using Custom Runtime.

Development

Using denon start project for automatically restart:

Notice: Please install denon firstly.

$ npm run dev

Deployment

  1. Deploy deno bin file to layer:
$ npm run deploy:layer

Notice: After deploy layer, we do not need deploy it next time.

  1. Deploy to cloud:

Notice: You should install serverless cli firstly.

$ npm run deploy

License

MIT