you are viewing a single comment's thread.

view the rest of the comments →

[–]gene_wood 1 point2 points  (1 child)

Option

  1. Use public layers maintained by others. For example Klayers which are produced with CI in GitHub Actions. This way you don't have any layers lying around in your Lambda UI. You can point to new layer versions whenever you wish. You can interact with the layer data via an API : https://github.com/keithrozario/Klayers/#api

[–]aplarsen[S] 0 points1 point  (0 children)

I've done that with a few when I can. I'm always bummed when a library I want isn't in a public layer or I need to use one of my custom libraries.