-
Hi team,
looking for some support on the lambda layers github action. we use these layers in our app, but the current builds are red and previous artifacts have expired.
link - https://github.…
-
This is my project setup (using standard poetry folder structures) -
```
src
|____poetry-package-one (lambda function)
|_______poetry-package-one
|_________index.py
|_______pyproject.toml
|_…
-
Hey there, I’m using the regorus package, which I’ve set up with Python bindings, and everything works fine on my local machine. But when I try to deploy it as a Lambda layer, I get an error saying th…
-
### Self-service
- [?] I'd be willing to implement a fix
### Describe the bug
This is very specific to AWS SAM images - there may be some yarn bugs its uncovering, but to date this only comes up in…
-
### Problem Statement
Please kindly support the AWS Lambda layer of me-central-1 region.
the current support region in the document is in https://docs.sentry.io/platforms/python/integrations/aws-lamb…
kaija updated
3 weeks ago
-
### Is there an existing issue for this?
- [x] I have searched the existing issues
### Current Behavior
Currently I’m trying to use the matplotlib library in my source code so I want to creat…
-
Our CVE analysis tools is throwing a bunch of warnings for CVEs coming from the DD Lambda Extension Layer:
![Image](https://github.com/user-attachments/assets/06624b59-96ea-473c-aa8a-91d2e7173c96)
Ca…
-
### Describe the feature
We are missing the bundling functionality when creating `LayerVersion`s in the CDK v2.
### Use Case
We have a lambda layer that uses imports from sibling/root folder…
-
I'm following the documentation but when I try to add the extension using the command:
`aws lambda update-function-configuration --function-name my_function_name --layers arn:aws:lambda:us-west-2:694…
-
First of all: Chalice is amazing! Great Job!
Now the "issue":
I have a third party Lambda Layer that I add to all my Lambda functions.
I have a Chalice project with `automatic_layer: True` so …