-
I saw this issue with a lambda function but I think it's a more general issue.
The example to reproduce it is the following
![selection_005](https://user-images.githubusercontent.com/7510549/390…
-
Plans for custom authorizer on `ApiGatewayWebSocket`? Only supports `iam` currently.
Looking into work-arounds. Will update if I find any.
Thanks again for sst - has sped up infra and dev time.
-
Can VMT support lambda or an std::function address?
See [[Template virtual method into C++](https://www.quora.com/profile/Serg-Kryvonos/Template-virtual-method-into-C)](https://www.quora.com/profile/…
-
### Describe the project you are working on
Any game that needs dynamic, controlled logic to be customized per-instance and called later.
### Describe the problem or limitation you are having in you…
-
```csharp
class C
{
const int N = 10;
void M()
{
var lam = (int x = N) => x;
}
}
```
In the following case, `N` is shown as unused in the IDE, when its usage as a def…
-
-
I have a DMX dimmer in my circuit with weird values:
Below 124 is off
124 - 150 is dimming from 0-100%
Above 150 is on
How can I do this with this component? Can I use the lambda, and how?
-
I've encountered a mutant that I wasn't able to remove in a Java 17 code base using PITest (1.15.0) in conjunction with JUnit5 (5.9.3) test cases. The code is a bit niche and poorly written but I mana…
-
### Describe the feature
Currently, the @aws-cdk/aws-lambda:recognizeLayerVersion feature flag only works if the lambda layer version and lambda function are in same stack.
https://docs.aws.amazon…
-