Skip to content

Commit baca5ad

Browse files
authored
Merge pull request #28 from theam/update-README
Update versions in README.md
2 parents 6ba76e3 + 98880d0 commit baca5ad

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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
1313
cd my-haskell-lambda
1414
stack docker pull
1515
```
@@ -21,7 +21,7 @@ packages:
2121
- .
2222
2323
extra-deps:
24-
- aws-lambda-haskell-runtime-1.0.9
24+
- aws-lambda-haskell-runtime-1.0.10
2525
```
2626

2727
to your `stack.yaml`
@@ -40,7 +40,7 @@ When creating your lambda function you need to provide a layer with the Haskell
4040

4141
The 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

0 commit comments

Comments
 (0)