From 9061fd472302eac86f0a4ea99eb44f54ed41f12c Mon Sep 17 00:00:00 2001 From: ned13 Date: Mon, 3 Apr 2023 21:44:16 +0800 Subject: [PATCH] Add ap-northeast-1 support. --- .circleci/config.yml | 14 ++++++++++++++ readme.md | 1 + 2 files changed, 15 insertions(+) diff --git a/.circleci/config.yml b/.circleci/config.yml index f9e31cf..23bff13 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -41,6 +41,13 @@ jobs: steps: - publish + ap_northeast_1: + executor: aws-cli/default + environment: + TARGET_REGION: ap-northeast-1 + steps: + - publish + eu_central_1: executor: aws-cli/default environment: @@ -129,6 +136,13 @@ workflows: only: - master + - ap_northeast_1: + context: public-lambda-layers + filters: + branches: + only: + - master + - eu_central_1: context: public-lambda-layers filters: diff --git a/readme.md b/readme.md index dc98a4c..31b8c28 100644 --- a/readme.md +++ b/readme.md @@ -59,6 +59,7 @@ Works with the following [AWS Lambda runtimes](https://docs.aws.amazon.com/lambd | ap-south-1 | `arn:aws:lambda:ap-south-1:764866452798:layer:libreoffice-brotli:1` or
`arn:aws:lambda:ap-south-1:764866452798:layer:libreoffice-gzip:1` | | ca-central-1 | `arn:aws:lambda:ca-central-1:764866452798:layer:libreoffice-brotli:1` or
`arn:aws:lambda:ca-central-1:764866452798:layer:libreoffice-gzip:1` | | sa-east-1 | `arn:aws:lambda:sa-east-1:764866452798:layer:libreoffice-brotli:1` or
`arn:aws:lambda:sa-east-1:764866452798:layer:libreoffice-gzip:1` | +| ap-northeast-1 | `arn:aws:lambda:ap-northeast-1:764866452798:layer:libreoffice-brotli:1` or
`arn:aws:lambda:ap-northeast-1:764866452798:layer:libreoffice-gzip:1` | ### LibreOffice 6.1.0.0.alpha0 (Amazon Linux 1)