Skip to content

Latest commit

 

History

History
37 lines (22 loc) · 647 Bytes

README.md

File metadata and controls

37 lines (22 loc) · 647 Bytes

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