Serverless Deno Application on Tencent SCF using Custom Runtime.
Using denon start project for automatically restart:
Notice: Please install denon firstly.
$ npm run dev
- Deploy deno bin file to layer:
$ npm run deploy:layer
Notice: After deploy layer, we do not need deploy it next time.
- Deploy to cloud:
Notice: You should install serverless cli firstly.
$ npm run deploy
MIT