-
This would reduce the amount of allocations needed when the body content is known at compile time
-
An idea I've been thinking about is deploying Vector as an [AWS Lambda Layer](https://docs.aws.amazon.com/lambda/latest/dg/configuration-layers.html), which would collect logs, metrics, etc, and ship …
-
### Version
`20.19` and `22.14`
### Platform
```text
`Darwin macbookpro.lan 24.3.0 Darwin Kernel Version 24.3.0: Thu Jan 2 20:24:16 PST 2025; root:xnu-11215.81.4~3/RELEASE_ARM64_T6000 arm64`
```
…
-
### Are you certain it's a bug?
- [X] Yes, it looks like a bug
### Is the issue caused by a plugin?
- [X] It is not a plugin issue
### Are you using the latest v3 release?
- [X] Yes, I'm using th…
-
https://github.com/symphoniacloud/lambda-monitoring is no longer maintained. Replace dependency with https://awslabs.github.io/aws-lambda-powertools-java/core/logging/.
-
_From @chrsmith on November 15, 2017 19:29_
Running `pulumi preview` doesn't detect if a lambda to be deployed is too large for AWS, which leads to a catastrophic failure when you try to deploy your …
-
### Use case
Have the same experience as SSM but Secrets Manager now that it's possible.
It was quietly launched recently: https://aws.amazon.com/about-aws/whats-new/2023/11/aws-secrets-manager-ba…
-
### Description
So as being an AWS Lambda user (not a poweruser but a fan of it), I'm really liking the fact that you can simulate events on the AWS Console and you can create your own events too and…
-
Hi, this is looks like a really powerful API, I would like to add it as part of serverless workflow (namely an AWS Lambda function to be used to parse and modify an PDF)
Is it possible?
Is ther…
-
Hi there
I have a lambda function that accepts a payload of type TaskDefinitionRevisionRequest
```
public class TaskDefinitionRevisionRequest
{
public TaskDefinitionRevisionRequest()
{
…