serverless-haskell 0.5.2 → 0.5.3
raw patch · 2 files changed
+3/−4 lines, 2 files
Files
- README.md +1/−2
- serverless-haskell.cabal +2/−2
README.md view
@@ -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:
serverless-haskell.cabal view
@@ -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