-
The idea behind lambda functions is to enable host projects to implement them in order to alter the behavior of the page/sections rendering to enable additional customizations.
### The following wo…
-
Example:
```
eq-lambda : Eq UNat :=
mkEq
λ{
uzero uzero := true
| (usuc n) (usuc m) := Eq.eq n m
| _ _ := false
};
```
In order to be consistent with other places…
-
A change to Lambda event detection in 12.3.0 resulted in the agent not tracking some attributes of ALB-triggered Lambda requests: https://github.com/newrelic/node-newrelic/commit/5e8b2608d9914e2a4282f…
-
### Describe the bug
I'm writing C# Lambda functions to be exposed by the API Gateway service, using the AWS Annotation Framework.
I successfully registered application services in the `ConfigureS…
-
**Is your feature request related to a problem? Please describe:**
No
**Describe the solution you'd like:**
Developing applications using external APIs. It would be great if Bolt.new also gav…
-
### Use case
I would like to use monolithic Lambda as a mechanism to build asynchronous execution Lambda Functions.
Python Runtime's SnapStart charges a cache fee for each version of the Lambda Func…
-
In SST v2, it was possible to set the disk size for a Lambda function using the [diskSize](https://v2.sst.dev/constructs/Function#disksize) property. However, I couldn’t find a similar option in v3 do…
-
### Summary of Feature
Please add an apply method that can transform a distributed array by a python lambda function.
**Description:**
**Is this a blocking issue with no known work-around…
-
Code
```
ModalBottomSheet(
state = rememberModalBottomSheetState(initialDetent = SheetDetent.FullyExpanded),
) {
Sheet(
modifier = Modifier
.back…
-
Hi! Loved SST, thank you so much for all the work over the years! Curious when python lambda functions will be supported for AWS? I think it might help adoption too because right now AI development is…