griptape
griptape copied to clipboard
Ability to use griptape lib in an AWS Lambda func without container image
Is your feature request related to a problem? Please describe. User would like to use griptape in an AWS Lambda function without having to use container images.
Describe the solution you'd like A document describing how to accomplish.
Describe alternatives you've considered Container images have been tried. Current size of the lib (being worked) is a challenge. User also cannot use layers w/ container images b/c they have private python packages required.
Additional context Original request from Discord user Bjorg. Please follow up when worked.
related to #134
Current workaround for cold start is to use Lambda provisioned concurrency with container images, but that's not awesome.
This is possible now that core dependencies are minimal and 3P dependencies are optional.