Skip to content

Commit 24cf8a9

Browse files
committed
add release ARNs to readme
1 parent b0b6ec5 commit 24cf8a9

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,14 @@ The GeoLambda image does not have an entrypoint defined, so a command must be pr
3939

4040
If you just wish to use the publicly available Lambda layer you will need the ARN for the layer in same region as your Lambda function. Currently, GeoLambda layers are available in `us-east-1`, `us-west-2`, and `eu-central-1`. If you want to use it in another region please file an issue or you can also create your own layer using this repository (see instructions below on 'Create a new version').
4141

42+
#### v1.1.0
43+
44+
| Region | ARN |
45+
| ------ | --- |
46+
| us-east-1 | arn:aws:lambda:us-east-1:552188055668:layer:geolambda:1 |
47+
| us-west-2 | arn:aws:lambda:us-west-2:552188055668:layer:geolambda:1 |
48+
| eu-central-1 | arn:aws:lambda:eu-central-1:552188055668:layer:geolambda:1 |
49+
4250
#### v1.1.0rc2
4351

4452
| Region | ARN |

0 commit comments

Comments
 (0)