Renato Valenzuela
Renato Valenzuela
The way that the AWS Toolkit debugging works is that during the build process that happens in the beginning of the debug, the `debugpy` package is added to the Lambda...
Two comments. 1. One thing to check here is if this works with SAM CLI installed without `pip` (like installed using the actual installer). I feel like that won't work...
A question about this request @adamdicarlo0 . Currently WebSockets APIs are not supported as SAM resources, so the only way to have WebSocket APIs is to define them manually using...
Hi. I found some other similar reports to this in the past, and it could be that the `--docker-network` parameter (that should allow this behavior) doesn't work correctly. #7732 #3609...
Actually the functions of type `Image` are built directly by SAM CLI using `docker` and they don't use `aws-lambda-builders`. So in this case, the problem might be that the build...
I'm curious how much manual testing you did here, because the unit tests seem nice, but I don't really know if there are cases where the API request actually looks...
Would you be able to share the SAM template that you're using to run the command? I've seen in the past when there's a template with some malformed resources, or...
The new release of SAM CLI includes the fixed version of aws-lambda-builders [1.142.1](https://github.com/aws/aws-sam-cli/releases/tag/v1.142.1). Please let us know if someone is still experiencing this issue
This is interesting, because even though `2_28` is the version we need, AL2023 (python 3.12 and 3.13) actually have GLIBC `2_34`. Of course, they're compatible, but it makes things more...
Thanks for the contribution! There are a few errors on `make pr` (and in other tests), if you can take a look. At least in `make pr` ``` samcli/lib/telemetry/metric.py:495: error:...