You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
### :sparkles: see also my [new repo](https://github.com/bweigel/aws-lambda-layers) for layer deployment via the AWS cloud development kit (CDK) :sparkles:
@@ -20,7 +23,13 @@ ARG TESSERACT_SUFFIX=_fast
20
23
21
24
The library files that are content of the layer are stripped, before deployment to make them more suitable for the lambda environment.
22
25
23
-
## Build & Deploy layer
26
+
# Ready to use binaries
27
+
28
+
For ready to use binaries that you can put in your layer see [`ready-to-use`](./ready-to-use).
29
+
30
+
# Building layers manually
31
+
32
+
## Build & Deploy layer
24
33
25
34
```shell
26
35
# Build Layer components
@@ -38,54 +47,8 @@ Use [cloud9 IDE](https://aws.amazon.com/cloud9/) with AMI linux to deploy [examp
38
47
39
48
## Misc: Layer contents
40
49
41
-
The layer contents get deployed to `/opt`, when used by a function. See [here](https://docs.aws.amazon.com/lambda/latest/dg/configuration-layers.html) for details:
The layer contents get deployed to `/opt`, when used by a function. See [here](https://docs.aws.amazon.com/lambda/latest/dg/configuration-layers.html) for details.
51
+
See [ready-to-use](./ready-to-use/) for layer contents for Amazon Linux 1 and Amazon Linux 2 (TODO).
0 commit comments