Skip to content

Commit 28c13c3

Browse files
committed
update readme and version for a 1.1.0 release
1 parent 122a712 commit 28c13c3

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
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 |

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.1.0rc2
1+
1.1.0

0 commit comments

Comments
 (0)