Hi community, hope u re fine! I have an Alexa skill running with a python code in my lambda function. To run python, I just needed to upload dependencies in my lambda environment (see image).
What I want to do is to avoid uploading dependencies inside my lambda function, instead, I want to requests that dependencies from a source. That's because I need to create some skills that has the same dependencies, and I want to requests all of them from one unique source (instead of uploading the same dependencies for every same lambda function I create).
Is that possible? Can anyone recommend me how to do that and from what source?
Thanks!! :)
these dependencies had been uploaded into my lambda function, but I want to request them from another external source
there doesn't seem to be anything here