-
There are some popular libraries that require manual compiling/handling to get them to work with Lambda. It would be nice if Chalice automated the process of _reliably_ building and packaging dependen…
calz1 updated
5 years ago
-
I installed docker toolbox on windows 7. When I run
`docker run -v /d/projects/lambda/helloworld:/var/task lambci/lambda`
I got the following error
> {"errorMessage":"Cannot find module '/var…
-
I am trying to consume a topic written with Spring Cloud stream with kafka native serialization. We used GSR 1.1.17 version to write the messages.
My consumer also a spring cloud stream application w…
-
In looking at this project, I wanted to understand how a SinkTask affects Kafka's "at least once" message delivery semantics.
The `SinkTask.put` javadoc states:
> If this operation fails, the S…
-
There is a regular expression that validates the layer arn's on the LambdaDeployFunction@1 task, however this regular expression doesn't seem to deal with multiple layers being specified in the task (…
-
### General Issue
eks.KubernetesManifest can't handle large manifests
### The Question
Trying to deploy a bundle yaml manifest of 1.6MB, I come across the following error:
```4:09:48 PM | UPDA…
-
Hi there,
I'm trying to use this package but for some weird reason each subprocess is only executing once and hanging the rest of the code.
I'm using python 3.9, here is a snippet of the code:
…
-
Hi all,
If you want to use it for python3.9 with ssl support, find it here: https://github.com/anuragdev101/psycopg2
-
**Is your feature request related to a problem? If yes, please describe the problem.**
It would be great to have an abstract resource like `lambda` for adding custom resources based on AWS. OK, it's …
pkarw updated
3 years ago
-
I recently tried to run a Java Lambda that consumes a DynamodbEvent on localstack. My lambda was never called because of
2021-03-25T17:46:47:INFO:localstack.services.awslambda.lambda_api: Error…