-
### Description:
I'm using SAM for building a template that include .NET lambda functions. To reduce the time it takes to make changes I'm trying to use the cached build feature. I noticed that while…
-
**Describe the bug**
I am able configure and debug my Java lambdas successfully, however, I am not able to debug my lambdas written in typescript. When I try to create a debug configuration I get `…
-
**Describe the bug**
When I try modify the run configuration handler from "app/app.lambda_handler" to "app.app.lambda_handler" and save it, it discards all my changes including event configuration an…
-
I am getting the below error when I execute import lz4.frame as lz4 though the packages are available . can you please help to fix the issue ?
ModuleNotFoundError: No module named 'lz4._version'
-
I built a Lambda which used `pysftp`, which uses the cryptography library. Since I built it on my Mac, I get errors about ELF versions when it tries to load the .so in the Lambda.
I used https://me…
-
Hello! Thank you for the project, it's really promising for my use case.
I'm trying the `Advanced` usage (https://github.com/lambgeo/docker-lambda?tab=readme-ov-file#2-advanced-need-other-dependenc…
-
I keep recieving the following error when executing anything on shadowclone.py `matrix transpose with ndim < 2 is undefined` - Any help would be appreciated
```
(env) root@ubuntu-16gb-hel1-2:~/S…
-
Working with the sample app created with AWS Toolkit v1.97.0 for VS-Code.
From the command line sam build complete successfully. "sam deploy --guided" taking the defaults, and accept the changeset.…
-
### What happened?
To use a KeyValueStore from within a CloudFront Function you have to instantiate the store by id
https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/kvs-with-fu…
-
I have compiled darknet with LIBSO=1 (GPU=0, CUDA=0)
My goal is to make a call to darknet from an AWS Python Lambda function. I have added about 75 .so file dependencies from /usr/lib/x86_64-linux…