koxudaxi / py-data-api

A user-friendly client for AWS Aurora Serverless's Data API
https://koxudaxi.github.io/py-data-api
MIT License
40 stars 9 forks source link

Publish Lambda Layers #37

Open koxudaxi opened 4 years ago

koxudaxi commented 4 years ago

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

franz101 commented 4 years ago

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

koxudaxi commented 4 years ago

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