Benjamin Genz
Benjamin Genz
Try running your `build.sh` manually before doing `sls deploy`. Serverless doesn't seem to run the buildscript. I had the same issue & building the layer folder beforehand fixed it.
I guess when I started experimenting with layers I copied from here https://github.com/dschep/geoip-lambda-layer/blob/master/serverless.yml :smile: But you are right. Nothing in the official docs.
The `venv` folder should not be included in the zip file. Where is your `venv` folder located on the filesystem? Is it in the same folder as you `serverless.yml`? Then...
This is related / a duplicate of #135, #125
I think I ran into this problem as well, however in a slightly different manner and before opening a new issue, I will add my finding to this one. It...
> I think I'm having a similar issue with the download getting stuck when trying to download video. In my case I'm downloading them from my sdcard (recorded on a...
It looks like an issue in the dependencies. Might be there is something wrong during deployment. Which versions of serverless and serverless-python-requirements are you using? That would be my best...
GPU-based inference on Lambda is not supported afaik. If you want GPU-based inference I suggest using AWS Sagemaker.
## Idea :bulb: Now, what has me puzzled is this: _Do we actually need all of the steps currently in `release_npm`?_ Specifically these: ```yaml - name: Checkout uses: actions/checkout@v4 with:...
> I'm not super familiar with your the PDK handles subprojects, but I'd imagine we might need to extract the files into the outdir of the subproject. Good question. [`MonorepoTsProject`](https://github.com/aws/aws-pdk/blob/mainline/packages/monorepo/src/projects/typescript/monorepo-ts.ts)...