File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed 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.
99## Sample lambda function
1010
1111```
12- stack new my-haskell-lambda https://github.com/theam/aws-lambda-haskell-runtime/raw/master/stack-template.hsfiles --resolver=lts-12.13 --omit-packages
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
1313cd my-haskell-lambda
1414stack docker pull
1515```
@@ -21,7 +21,7 @@ packages:
2121- .
2222
2323extra-deps:
24- - aws-lambda-haskell-runtime-1.0.9
24+ - aws-lambda-haskell-runtime-1.0.10
2525```
2626
2727to your ` stack.yaml `
@@ -40,7 +40,7 @@ When creating your lambda function you need to provide a layer with the Haskell
4040
4141The ARN of the runtime layer is:
4242```
43- arn:aws:lambda:<YOUR REGION>:785355572843:layer:aws-haskell-runtime:2
43+ arn:aws:lambda:<YOUR REGION>:785355572843:layer:aws-haskell-runtime:5
4444````
4545
4646## Full user guide
You can’t perform that action at this time.
0 commit comments