-
Precursor to:
https://github.com/thrill/thrill/issues/176
Thrill needs the network protocol documented so Thrill workers can are not tied to C++ and you can write workers in Rust/Haskell/Go/Python…
-
Trying to import `soundfile` inside AWS lambda results in the following error.
```
[ERROR] OSError: cannot load library 'libsndfile.so': /lib64/libm.so.6: version `GLIBC_2.27' not found (required b…
-
In AWS Lambda environment, `HTTPTransport` should be used instead of the default `ThreadedHTTPTransport` (this was added in #828). Which HTTP transport to use is [determined](https://github.com/getsen…
-
## Background
AWS Lambda supports a [thread limit](http://docs.aws.amazon.com/lambda/latest/dg/limits.html) of 1024 per execution. We currently are not taking advantage of this feature when proces…
-
[NOTE]: # ( ^^ Provide a general summary of the issue in the title above. ^^ )
```
Traceback (most recent call last):
File "/Users/danhu/fileread/cabal/bin/newrelic-lambda", line 8, in
sy…
-
Great project thanks for sharing it with us :)
Just wanted to ask how does multi threading work on a single instance of lambda. I have not tried it out. But is there any extra cost associated with it…
-
AWS Labmda 란 무엇인가?
https://show-me-the-money.tistory.com/entry/AWS-Lambda%EB%9E%80-%EB%AC%B4%EC%97%87%EC%9D%B8%EA%B0%80
-
### Is there an existing issue for this?
- [X] I have searched existing issues, it hasn't been reported yet
### Use case description
JSON logging is widely considered the standard way to emit…
-
### What happened?
Creating a resource of type `snowflake.StageGrant` gives the user a deprecation warning that references the TF name:
```text
Diagnostics:
snowflake:index:StageGrant (snowpip…
-
### Use case
When creating Unit Tests, I want to be able to assert if the messages have been logged on the `AWS.Lambda.Powertools.Logging.Logger` instance buffer.
This will be helpful to assert in…