We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6edfbdc commit 95955afCopy full SHA for 95955af
README.md
@@ -8,6 +8,9 @@ Serverless plugin for zero-config Typescript support
8
9
* Zero-config: Works out of the box without the need to install any other compiler or plugins
10
* Supports ES2015 syntax + features (`export`, `import`, `async`, `await`, `Promise`, ...)
11
+* Supports `sls package`, `sls deploy` and `sls deploy function`
12
+* Supports `sls invoke local` + `--watch` mode
13
+* Integrates nicely with [`serverless-offline`](https://github.com/dherault/serverless-offline)
14
15
## Install
16
0 commit comments