Skip to content

Commit

Permalink
update readme [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
vincentsarago committed Dec 21, 2023
1 parent 9683642 commit f55e420
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ Starting with gdal3.1 (PROJ 7.1), you can set `PROJ_NETWORK=ON` to use [remote g

| gdal | amazonlinux version | size (Mb) | unzipped size (Mb) | arn |
| ---- | ------------------- | --------- | ------------------ | ----------------------------------------------------------- |
| 3.8 | 1 | TBD | TBD | arn:aws:lambda:{REGION}:524387336408:layer:gdal38:{VERSION} |
| 3.8 | 2 | TBD | TBD | arn:aws:lambda:{REGION}:524387336408:layer:gdal38:{VERSION} |

see [/layer.json](/layer.json) for the list of arns

Expand All @@ -147,7 +147,7 @@ cat layer.json| jq '.[] | select(.region == "us-west-2")'
"layers": [
{
"name": "gdal36",
"arn": "arn:aws:lambda:us-west-2:524387336408:layer:gdal38:1",
"arn": "arn:aws:lambda:us-west-2:524387336408:layer:gdal38:2",
"version": 2
}
]
Expand Down

0 comments on commit f55e420

Please sign in to comment.