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
+2-11Lines changed: 2 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,7 @@ This package provides a way of running Haskell projects on AWS Lambda.
9
9
## Sample lambda function
10
10
11
11
```
12
-
stack new my-haskell-lambda https://github.com/theam/aws-lambda-haskell-runtime/raw/master/stack-template.hsfiles --resolver=lts-13.0 --omit-packages
12
+
stack new my-haskell-lambda https://github.com/theam/aws-lambda-haskell-runtime/raw/master/stack-template.hsfiles --resolver=lts-13.25 --omit-packages
13
13
cd my-haskell-lambda
14
14
stack docker pull
15
15
```
@@ -21,7 +21,7 @@ packages:
21
21
- .
22
22
23
23
extra-deps:
24
-
- aws-lambda-haskell-runtime-1.0.10
24
+
- aws-lambda-haskell-runtime-2.0.0
25
25
```
26
26
27
27
to your `stack.yaml`
@@ -34,15 +34,6 @@ make
34
34
35
35
Now you should have a `build/function.zip` file that you can upload to your lambda.
36
36
37
-
## Lambda function configuration
38
-
39
-
When creating your lambda function you need to provide a layer with the Haskell runtime. We have deployed the layer to our AWS account, you can use it or deploy it to your own AWS account.
Take a look at the [Getting Started with the Haskell AWS Lambda Runtime](https://medium.com/the-theam-journey/getting-started-with-the-haskell-aws-lambda-runtime-951b2322c7a3) guide.
0 commit comments