Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit e453f9b

Browse filesBrowse files
committed
Update readme
1 parent c32e1b5 commit e453f9b
Copy full SHA for e453f9b

File tree

Expand file treeCollapse file tree

1 file changed

+29
-0
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+29
-0
lines changed

‎README.md

Copy file name to clipboardExpand all lines: README.md
+29Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,37 @@ AWS Lambda layer with ffmpeg binaries.
1111
- `opus`
1212
- `vpx`
1313

14+
## Usage
15+
16+
Click on Layers and choose `Add a layer`, and `Provide a layer version ARN` and enter the following ARN (replace eu-west-1 with the region of your Lambda):
17+
18+
```
19+
arn:aws:lambda:eu-west-1:175033217214:layer:ffmpeg:1
20+
```
21+
22+
![Provide layer ARN](img/usage.png "Provide layer ARN screenshot")
23+
1424
## Version ARNs
1525

1626
| Ffmpeg version | ARN |
1727
| --- | --- |
1828
| 4.1.3 | `arn:aws:lambda:<region>:175033217214:layer:ffmpeg:1` |
29+
30+
## Available Regions
31+
32+
- `ap-northeast-1`
33+
- `ap-northeast-2`
34+
- `ap-south-1`
35+
- `ap-southeast-1`
36+
- `ap-southeast-2`
37+
- `ca-central-1`
38+
- `eu-north-1`
39+
- `eu-central-1`
40+
- `eu-west-1`
41+
- `eu-west-2`
42+
- `eu-west-3`
43+
- `sa-east-1`
44+
- `us-east-1`
45+
- `us-east-2`
46+
- `us-west-1`
47+
- `us-west-2`

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.