Open koxudaxi opened 5 years ago
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?
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