py-data-api
py-data-api copied to clipboard
Publish Lambda Layers
We want pydataapi as published lambda layers. Also, CI should publish it.
Motivation
The package usually is used on aws lambda.
However, there is a limitation on package size.
Layers
can resolve the problem.
We should supply the layer for everyone.
Related issues
#33
How would you solve the CI for it? With AWS? https://docs.aws.amazon.com/lambda/latest/dg/build-pipeline.html
@franz101
How would you solve the CI for it? With AWS?
I think we can use GitHub action to publish the Lambda Layer. Or, Did you talk about another context?