-
### Component(s)
_No response_
### Is your feature request related to a problem? Please describe.
Currently aws lambda router has no configuration setup capabilities.
### Describe the solution you…
-
I do `icon.run_detached()`. It works fine on MacOS, but on Linux it would reserve a place in the system tray, but the icon wouldn't load.
My icon is load like this:
```py
def gen_dot_img(size, …
-
Hi, I'm searching for an example for a Cpp Aws Lambda triggered by an SQS event.
Can you please add it to the examples / reference an existing example ?
-
## Problem
I searched through the issues and docs and I couldn't find anything mentioning support for running this on serverless functions.
I am trying to use the Serverless Framework to deploy t…
-
- [ ] Discuss with QA
## Timeboxed to 1/2 day! If the resolution still is unknown let's sync and discuss strategy/priority.
### Describe the bug
The VA Profile opt-in/out lambda [contains cod…
-
Set up local testing for Lambda functions using AWS SAM or the AWS CLI to simulate writing data to DynamoDB.
-
Dear Dr. Kawamura,
When I used the sctk to calculated the critical temperature via **_calculation = "scdft_tc"_**, the calculated results show that the Tc is 84 K (closed to the case of QE results)…
-
https://github.com/mkhorasani/Streamlit-Authenticator/blob/657881fee256c673a7380305456314d3e429a079/streamlit_authenticator/models/authentication_model.py#L54
You can get steamlit-authenticator to …
-
At work, we're considering using [Lambda Destinations](https://docs.aws.amazon.com/lambda/latest/dg/invocation-async.html#invocation-async-destinations) to respond to failed asynchronous lambda invoca…
-
https://godbolt.org/z/6M53v9njb
```c++
auto ICE = [](auto a) { return [=]() { return 1; }; };
```
```
./build/bin/clang a.cpp -std=c++20
```
```
Assertion failed: (parmDepth < FunctionType…