Skip to content

Commit 04b31f5

Browse files
committed
update readme to include rc versions and deploy rc versions to layers named geolambda-test
1 parent 061f245 commit 04b31f5

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.circleci/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,11 +56,11 @@ jobs:
5656
for region in [us-east-1, us-west-2, eu-central-1]
5757
do
5858
aws lambda publish-layer-version --region ${region}
59-
--layer-name geolambda-beta --license-info "MIT" \
59+
--layer-name geolambda-test --license-info "MIT" \
6060
--description "Native geospatial libaries for all runtimes" \
6161
--zip-file fileb://lambda-deploy.zip
6262
aws lambda add-layer-version-permission --region ${region} \
63-
--layer-name geolambda-beta --action lambda:GetLayerVersion \
63+
--layer-name geolambda-test --action lambda:GetLayerVersion \
6464
--statement-id public --version-number 1 --principal '*'
6565
done
6666

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ While GeoLambda was initially intended for AWS Lambda they are also useful as ba
1515
| geolambda | GDAL |
1616
| -------- | ---- |
1717
| 1.0.0 | 2.3.1 |
18-
| 1.1.0b1 | 2.4.0 |
18+
| 1.1.0rc1 | 2.4.0 |
1919

2020
To get the version numbers of all installed packages see the [CHANGELOG](CHANGELOG.md) or the Dockerfile for the specific version.
2121

@@ -41,7 +41,7 @@ The GeoLambda image does not have an entrypoint defined, so a command must be pr
4141

4242
If you just wish to use the publicly avialable 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').
4343

44-
#### v1.1.0b1
44+
#### v1.1.0rc1
4545

4646
| Region | ARN |
4747
| ------ | --- |

0 commit comments

Comments
 (0)