py-data-api icon indicating copy to clipboard operation
py-data-api copied to clipboard

Publish Lambda Layers

Open koxudaxi opened this issue 5 years ago • 2 comments

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

koxudaxi avatar Nov 15 '19 06:11 koxudaxi

How would you solve the CI for it? With AWS? https://docs.aws.amazon.com/lambda/latest/dg/build-pipeline.html

franz101 avatar Jul 01 '20 23:07 franz101

@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?

koxudaxi avatar Jul 02 '20 15:07 koxudaxi