https://github.com/jetbridge/lxml-lambda-layer
Python lxml2 lambda layer
https://github.com/jetbridge/lxml-lambda-layer
Last synced: 8 months ago
JSON representation
Python lxml2 lambda layer
- Host: GitHub
- URL: https://github.com/jetbridge/lxml-lambda-layer
- Owner: jetbridge
- Created: 2020-03-22T16:53:54.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-03-22T17:00:59.000Z (about 6 years ago)
- Last Synced: 2025-01-13T06:09:53.431Z (over 1 year ago)
- Language: Shell
- Size: 1000 Bytes
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# LXML2 Python Lambda Layer
By JetBridge.
## ARN
### Python 3.8
- arn:aws:lambda:eu-west-1:898466741470:layer:libxml2-py38:2
- arn:aws:lambda:eu-central-1:898466741470:layer:libxml2-py38:1
## Serverless
If using serverless, you will need the following in your `serverless.yml`:
```
custom:
pythonRequirements:
noDeploy:
- lxml
```
## Regions
Please use the layer that matches your region, or you will get a permissions error.
If you desire another region, please open an issue.