-
It would be great if LLRT supported Lambda response streaming as per https://docs.aws.amazon.com/lambda/latest/dg/runtimes-custom.html#runtimes-custom-response-streaming.
-
Hello,
Great framework, keep up the good work.
Right now in order to define a lambda function you need to set where the code resides, e.g. `code: lambda.Code.asset('lambda')`. Sometimes you would …
-
**Is your feature request related to a problem?**
Lambdas created from ack controller do not publish new lambda versions whenever there is a lambda change. New Lambda version is published only on lam…
-
https://godbolt.org/z/Yfsdrnn4E
```cpp
struct foo {
foo(const foo&) = default;
foo(auto) requires([] -> bool { return true; }()) {}
};
struct bar { foo x; };
int main() {}
```
```…
-
### Environment information
```plain text
System:
OS: macOS 14.5
CPU: (8) arm64 Apple M1
Memory: 168.66 MB / 16.00 GB
Shell: /opt/homebrew/bin/fish
Binaries:
Node: 20.11.1 - ~/.local/…
-
### Description
Error: error updating Lambda Event Source Mapping (98nsf70d-8754-49df-bcf1-a815d89v65ef): InvalidParameterValueException: Please add Lambda as a Trusted Entity for arn:aws:iam::093647…
nall1 updated
3 weeks ago
-
Just brainstorming here:
For sites that need the full Node runtime or have some other reason to use regional Lambda rather than AWS or Cloudflare edge, it can still be beneficial to have a bit of m…
-
### 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…
-
- [x] I've gone though the [User Guide](https://docs.aws.amazon.com/cli/latest/userguide/cli-chap-welcome.html) and the [API reference](https://docs.aws.amazon.com/cli/latest/reference/)
- [x] I've s…
-
### Description
[Enter feedback here]
Inside ConfigureService while implementing IMiddlewareFactory variable name is only _ while _container is being used.
` services.AddTransient(_ =>
{…