Skip to content

Commit e88408d

Browse files
committed
docs: more compact layer arn format [ci skip]
1 parent ea920d5 commit e88408d

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

readme.md

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -43,18 +43,18 @@ Works with the following [AWS Lambda runtimes](https://docs.aws.amazon.com/lambd
4343
- python3.8
4444
- java11
4545

46-
| AWS Region | LibreOffice Version | Layer ARN (brotli) | Layer ARN (gzip) |
47-
| -------------- | ------------------- | ----------------------------------------------------------------------- | --------------------------------------------------------------------- |
48-
| us-east-1 | 6.4.0.1 | `arn:aws:lambda:us-east-1:764866452798:layer:libreoffice-brotli:1` | `arn:aws:lambda:us-east-1:764866452798:layer:libreoffice-gzip:1` |
49-
| eu-west-1 | 6.4.0.1 | `arn:aws:lambda:eu-west-1:764866452798:layer:libreoffice-brotli:1` | `arn:aws:lambda:eu-west-1:764866452798:layer:libreoffice-gzip:1` |
50-
| eu-central-1 | 6.4.0.1 | `arn:aws:lambda:eu-central-1:764866452798:layer:libreoffice-brotli:1` | `arn:aws:lambda:eu-central-1:764866452798:layer:libreoffice-gzip:1` |
51-
| us-west-2 | 6.4.0.1 | `arn:aws:lambda:us-west-2:764866452798:layer:libreoffice-brotli:1` | `arn:aws:lambda:us-west-2:764866452798:layer:libreoffice-gzip:1` |
52-
| us-east-2 | 6.4.0.1 | `arn:aws:lambda:us-east-2:764866452798:layer:libreoffice-brotli:1` | `arn:aws:lambda:us-east-2:764866452798:layer:libreoffice-gzip:1` |
53-
| ap-southeast-2 | 6.4.0.1 | `arn:aws:lambda:ap-southeast-2:764866452798:layer:libreoffice-brotli:1` | `arn:aws:lambda:ap-southeast-2:764866452798:layer:libreoffice-gzip:1` |
54-
| eu-west-2 | 6.4.0.1 | `arn:aws:lambda:eu-west-2:764866452798:layer:libreoffice-brotli:1` | `arn:aws:lambda:eu-west-2:764866452798:layer:libreoffice-gzip:1` |
55-
| ap-southeast-1 | 6.4.0.1 | `arn:aws:lambda:ap-southeast-1:764866452798:layer:libreoffice-brotli:1` | `arn:aws:lambda:ap-southeast-1:764866452798:layer:libreoffice-gzip:1` |
56-
| ap-south-1 | 6.4.0.1 | `arn:aws:lambda:ap-south-1:764866452798:layer:libreoffice-brotli:1` | `arn:aws:lambda:ap-south-1:764866452798:layer:libreoffice-gzip:1` |
57-
| ca-central-1 | 6.4.0.1 | `arn:aws:lambda:ca-central-1:764866452798:layer:libreoffice-brotli:1` | `arn:aws:lambda:ca-central-1:764866452798:layer:libreoffice-gzip:1` |
46+
| AWS Region | Layer ARN (brotli) |
47+
| -------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------- |
48+
| us-east-1 | `arn:aws:lambda:us-east-1:764866452798:layer:libreoffice-brotli:1` or <br> `arn:aws:lambda:us-east-1:764866452798:layer:libreoffice-gzip:1` |
49+
| eu-west-1 | `arn:aws:lambda:eu-west-1:764866452798:layer:libreoffice-brotli:1` or <br> `arn:aws:lambda:eu-west-1:764866452798:layer:libreoffice-gzip:1` |
50+
| eu-central-1 | `arn:aws:lambda:eu-central-1:764866452798:layer:libreoffice-brotli:1` or <br> `arn:aws:lambda:eu-central-1:764866452798:layer:libreoffice-gzip:1` |
51+
| us-west-2 | `arn:aws:lambda:us-west-2:764866452798:layer:libreoffice-brotli:1` or <br> `arn:aws:lambda:us-west-2:764866452798:layer:libreoffice-gzip:1` |
52+
| us-east-2 | `arn:aws:lambda:us-east-2:764866452798:layer:libreoffice-brotli:1` or <br> `arn:aws:lambda:us-east-2:764866452798:layer:libreoffice-gzip:1` |
53+
| ap-southeast-2 | `arn:aws:lambda:ap-southeast-2:764866452798:layer:libreoffice-brotli:1` or <br> `arn:aws:lambda:ap-southeast-2:764866452798:layer:libreoffice-gzip:1` |
54+
| eu-west-2 | `arn:aws:lambda:eu-west-2:764866452798:layer:libreoffice-brotli:1` or <br> `arn:aws:lambda:eu-west-2:764866452798:layer:libreoffice-gzip:1` |
55+
| ap-southeast-1 | `arn:aws:lambda:ap-southeast-1:764866452798:layer:libreoffice-brotli:1` or <br> `arn:aws:lambda:ap-southeast-1:764866452798:layer:libreoffice-gzip:1` |
56+
| ap-south-1 | `arn:aws:lambda:ap-south-1:764866452798:layer:libreoffice-brotli:1` or <br> `arn:aws:lambda:ap-south-1:764866452798:layer:libreoffice-gzip:1` |
57+
| ca-central-1 | `arn:aws:lambda:ca-central-1:764866452798:layer:libreoffice-brotli:1` or <br> `arn:aws:lambda:ca-central-1:764866452798:layer:libreoffice-gzip:1` |
5858

5959
### LibreOffice 6.1.0.0.alpha0 (Amazon Linux 1)
6060

0 commit comments

Comments
 (0)