🚀 Enhancement
- #678 Function: support .NET runtime (@fwang)
new sst.Function(this, "Fn", { runtime: "dotnetcore3.1", srcPath: "src/MyApp", handler: "MyApp::MyApp.Api::ListNotes", });
- #683 ApolloApi: add serverFunction property (@fwang)
- #685 Deprecate Node.js 10 (@fwang)
🐛 Bug Fix
Update using:
$ npm install --save --save-exact @serverless-stack/cli@0.38.0 @serverless-stack/resources@0.38.0