diff --git a/README.md b/README.md
--- a/README.md
+++ b/README.md
@@ -75,8 +75,7 @@
     pure [1, 2, 3]
   ```
 
-* Use `sls deploy` to deploy the executable to AWS Lambda. **Note**: `sls deploy
-  function` is [not supported yet](https://github.com/seek-oss/serverless-haskell/issues/20).
+* Use `sls deploy` to deploy the executable to AWS Lambda.
 
   The `serverless-haskell` plugin will build the package using Stack and upload
   it to AWS together with a JavaScript wrapper to pass the input and output
@@ -98,7 +97,6 @@
 
 ### Notes
 
-* `sls deploy function` is [not supported yet](https://github.com/seek-oss/serverless-haskell/issues/20).
 * Only AWS Lambda is supported at the moment. Other cloud providers would
   require different JavaScript wrappers to be implemented.
 
diff --git a/serverless-haskell.cabal b/serverless-haskell.cabal
--- a/serverless-haskell.cabal
+++ b/serverless-haskell.cabal
@@ -2,10 +2,10 @@
 --
 -- see: https://github.com/sol/hpack
 --
--- hash: 6e8f67e4325e2722da26f23a1e62ae23ab43c2ab08a28202f2c53ab1338b4867
+-- hash: b0b5dd5015d0ed8774e758e52ff3ff6b5b847dce4d0d668ff35b288c58507b5a
 
 name:           serverless-haskell
-version:        0.6.6
+version:        0.6.7
 synopsis:       Deploying Haskell code onto AWS Lambda using Serverless
 description:    Utilities to help process the events from AWS Lambda when deployed with the serverless-haskell plugin.
 category:       AWS, Cloud, Network
diff --git a/src/AWSLambda.hs b/src/AWSLambda.hs
--- a/src/AWSLambda.hs
+++ b/src/AWSLambda.hs
@@ -37,9 +37,7 @@
 
 * Write your @main@ function using 'AWSLambda.lambdaMain'.
 
-* Use @sls deploy@ to deploy the executable to AWS Lambda. __Note__: @sls deploy
-function@ is
-<https://github.com/seek-oss/serverless-haskell/issues/20 not supported yet>.
+* Use @sls deploy@ to deploy the executable to AWS Lambda.
 
     The @serverless-haskell@ plugin will build the package using Stack and upload
     it to AWS together with a JavaScript wrapper to pass the input and output
