You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+9Lines changed: 9 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -59,6 +59,7 @@ Serverless Framework handles everything from creating namespaces to function/cod
59
59
-[Events](#events)
60
60
-[Custom domains](#custom-domains)
61
61
-[Deployment methods](#deployment-methods)
62
+
-[Local testing](#local-testing)
62
63
-[Managing containers](#managing-containers)
63
64
-[Logs](#logs)
64
65
-[Offline testing](#offline-testing)
@@ -435,6 +436,14 @@ This can be controlled using the `singleSource` option. By default its value is
435
436
436
437
If `singleSource` is set to `true`, functions and containers not defined in your serverless configuration file will be removed the next time you run the `serverless deploy` command.
437
438
439
+
### Local testing
440
+
441
+
`serverless invoke local`is **not supported** directly but instead we provide additional packages to install close to your handler.
442
+
443
+
Documentation is available through runtimes frameworks for :
0 commit comments