diff --git a/README.md b/README.md
--- a/README.md
+++ b/README.md
@@ -23,8 +23,7 @@
   ```
 
   LTS 9, 10 and 11 are supported, older versions are likely to work too but
-  untested. For LTS 11, add the Amazonka 1.6.0 dependency manually - see
-  [stack.yaml](stack.yaml#L9-L12).
+  untested.
 
 * Initialise a Serverless project inside the Stack package directory and install
   the `serverless-haskell` plugin:
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: 8f7a5edd86f688ac89a16b18015891d3d1ef2dd96525bb7f22231c96791b2183
+-- hash: c286d572d541e59a1fbb167fb4ec6d52c709cd581164b10bb7cc82dadcadec34
 
 name:           serverless-haskell
-version:        0.5.2
+version:        0.5.3
 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
