-
Given a project structure like so:
```
.
├── function_a
│ ├── lambda.py
│ ├── pyproject.toml
│ ├── sst.pyi
│ └── uv.lock
├── function_b
│ ├── lambda.py
│ ├── pyproject.toml
│ …
-
## Expected Behavior
I can create a Lambda function using `Runtime.NODEJS_LATEST` and instrument it with Datadog layers.
Or at the very least, my function is not instrumented at all and can still suc…
-
Lambda: Run code without thinking about servers
This is serverless acrchiture used to run any scripts without servers, we can strat and stop the ec2 instances or we can creat any tables in DynamoDb…
-
bump to version 4.1.3 breaking our integration to aws lambda with this stack trace:
```
class [B cannot be cast to class XXX.events.LambdaBatch ([B is in module java.base of loader 'bootstrap'; …
-
## Expected Behavior of the rule
The rule should detect code inside lambdas that should be pure functions that contain side effects. For example:
```kotlin
listOf(1, 2)
.map {
println(it)
i…
-
The current implementation of the Kafka API custom resources provider creates Lambda functions with environment variables that are encrypted using AWS managed KMS keys. For enhanced security and compl…
-
Add here the Technical Requirements for the User Story (US Diagram, What is required technically)
1. API calls (read data from station)
2. Lambda Functions (calculate based on inputs, calculate growt…
-
I'm still on the old version of `serverless-nextjs-plugin` where defining a plugin in the serverless.yml file will create all the page lambda functions behind the scenes.
```
plugins:
- serverl…
-
### How do you use Sentry?
Sentry Saas (sentry.io)
### Version
2.18.0
### Steps to Reproduce
While implementing a simple AWS Lambda function, I observed significant delays related to Sentry SDK i…
-
We need some syntax for defining recursive lambda functions. They would work by defining the body of the lambda function with `defco` and then creating a lambda function that just calls that component…