An open API service indexing awesome lists of open source software.

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

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.