JamMassey / aws-lambda-layer-builder

pylayerize - A Python package to help you quickly and easily build AWS Lambda Layers in code with a pip like interface.
MIT License
4 stars 1 forks source link

discussion: any plan for continued maintenance of this repo? #16

Open v3ss0n opened 8 months ago

v3ss0n commented 8 months ago

I had removed version limitation and changed aws build images - which have more recent python verison avalible. If you are going to review i will PR , if not i will maintain in my own fork.

Thanks a lot for this great project.

JamMassey commented 8 months ago

Hey @v3ss0n,

Your contribution is greatly appreciated - I am also happy to continue maintenance of the repo (I didn't know it had any other users!). Any issues or ideas please feel free to let me know or put in a PR, always excited to collab.

Recent changes look good so I will merge into dev and do some actual testing tomorrow before I update on PyPI.

Thanks for the love on the project!

James

v3ss0n commented 8 months ago

Thats great to hear! Yes this is a big missing piece in Lambda Python development and i think alot of people are using it. What would be nice is to build a starter package example / scaffolding that can easily layerize existing project. May be using cookie-cutter like django cookie cutters.

v3ss0n commented 8 months ago

Thanks for the release!!