serverless-haskell 0.7.4 → 0.7.5
raw patch · 3 files changed
+4/−8 lines, 3 files
Files
- README.md +1/−3
- serverless-haskell.cabal +2/−2
- src/AWSLambda.hs +1/−3
README.md view
@@ -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.
serverless-haskell.cabal view
@@ -2,10 +2,10 @@ -- -- see: https://github.com/sol/hpack ----- hash: e4636429659ba3bd5d14c82800e6a134482e134cd1bd8bdf9f47c08137c38a43+-- hash: 5c3c7a3b99a316e0ddf8a52606b1a6025eb4d7fc8fcc6b8825a65d752fe1509b name: serverless-haskell-version: 0.7.4+version: 0.7.5 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
src/AWSLambda.hs view
@@ -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