-
# 상세 내용
- AWS Lambda를 이용해 EC2에서 수행하는 것 대신 EventBridge를 통해 주기적으로 쿼리를 보낼 수 있음.
# 코드
```python
import pymysql
import os
import logging
from datetime import datetime
logger = logging.getLogger()
logge…
-
### Problem Statement
I would like to improve AWS Lambda deployment experience. Currently, AWS Lambda provides some useful feature like streaming response and function url. If we can use AWS Lambda f…
-
-
In Aws Lambda, when trying to use Thick Mode, when calling the oracledb.initOracleClient() method, I am getting the following error:
Error: Runtime exited with error: signal: segmentation fault
-
We are migrating to `aws-encryption-sdk-java` 3.0.1. The code builds without any problem, but when we try to deploy a Lambda we are facing the following error:
```
java.lang.NoClassDefFoundError: dafn…
-
### Describe the bug
I deployed a Quarkus application running on a Lambda with SnapStart enabled. I added the line `software.amazon.awssdk.services.dynamodb.DynamoDbClient` to the `quarkus-preload-cl…
-
### How can we reproduce the crash?
_No response_
### Relevant log output
```shell
```
### Stack Trace (bun.report)
Bun v1.2.8 ([`adab0f6`]()) on linux aarch64 [AutoCommand]
Segmentation fault …
-
## Problem Statement
Currently, there are multiple ways how we instruct users to install Sentry SDKs in their AWS Lambda functions, one of them being the Sentry AWS Lambda Integration. This integrati…
Lms24 updated
3 weeks ago
-
### Describe the feature
Currently, CDK users must manually specify a exact LambdaInsightsVersion when adding Lambda Insights monitoring to their Lambda functions. However, Lambda Insights and OTEL l…
-
### Describe the feature
Amazon CloudWatch has launched additional destinations for AWS Lambda logs.
https://aws.amazon.com/about-aws/whats-new/2025/05/amazon-cloudwatch-tiered-pricing-additional-des…