Skip to content

Commit

Permalink
Add available regions
Browse files Browse the repository at this point in the history
  • Loading branch information
rpidanny committed May 28, 2019
1 parent e193540 commit 28c308c
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions README.md
Expand Up @@ -17,3 +17,22 @@ arn:aws:lambda:eu-west-1:175033217214:layer:graphicsmagick:1
| GraphicsMagick version | ARN |
| --- | --- |
| 1.3.31 | `arn:aws:lambda:<region>:175033217214:layer:graphicsmagick:1` |

## Available Regions

- `ap-northeast-1`
- `ap-northeast-2`
- `ap-south-1`
- `ap-southeast-1`
- `ap-southeast-2`
- `ca-central-1`
- `eu-north-1`
- `eu-central-1`
- `eu-west-1`
- `eu-west-2`
- `eu-west-3`
- `sa-east-1`
- `us-east-1`
- `us-east-2`
- `us-west-1`
- `us-west-2`

0 comments on commit 28c308c

Please sign in to comment.