New user sign up using AWS Builder ID is currently unavailable on re:Post. To sign up, please use the AWS Management Console instead.
Questions tagged with AWS Lambda
AWS Lambda is a serverless, event-driven compute service that lets you run code for virtually any type of application or backend service without provisioning or managing servers. You can trigger Lambda from over 200 AWS services and software as a service (SaaS) applications, and only pay for what you use.
Content language: English
Select up to 5 tags to filter
Sort by most recent
Browse through the questions and answers listed below or filter and sort to narrow down your results.
4301 results
Hello,
I have many nodejs processes, doing the same task, spawned by one coordinator process that manages them.
They use prroxies to connect to the network, their task is to book some kind of appoin...
I currently face an issue when trying to write a sentence trasformer in /tmp writable directory of AWS Lambda. I currently use **sentence-transformer** and **wandb** libraries.
The error I encounter i...
I have a backend service consisting of 29 Lambda functions deployed with AWS SAM with versioning enabled. In the past few months deployments became flaky and sometimes only succeed after several re-ru...
TLDR: The detector model appears to work as expected based on the received messages, the issue seems to be that not all of the events are being delivered to the detector.
I have used the CDK for Type...
This question concerns what I found out here:
https://repost.aws/questions/QUE_fY6Le_TtGjsj6r9il-zw/few-lambda-invocations-compared-to-cdn-invocations
We determined that AWS can optimize the lambda i...
Hi I get this error running this command
pip install -t python requests
Collecting requests
Using cached requests-2.32.3-py3-none-any.whl (64 kB)
Collecting certifi>=2017.4.17
Using cached certif...
I want to throw custom error message which is thrown from pre authentication and display it on hosted UI sign in page.
```
# sample code inside pre authentication lambda trigger
# Increment counter ...
I am using flask to create instagram analytics app. Scrapping part is done by python module "instaloader". So in folder structure we have app.py file(containing python code) , session folder(stores se...
Hi all
I'm testing a Lambda function reading S3 log file and send records to Amazon OpenSearch. The log file example is like this:
```
12.345.678.90 - [10/Oct/2000:13:55:36 -0700] "PUT /some-file.j...
I'm encountering an issue in my AWS Step Functions setup where I'm using a Choice state to trigger different Lambda states based on conditions. The choice condition is supposed to evaluate an input va...
Hi there,
I have a quite strange behavior which I really have no idea what's the cause and I really appreciate any help / suggestions...
I use NodeJS (18.x) / Typescript for my Lambda functions. I h...
Can anyone explain why I might get a single instance of a Lambda that is producing INIT_START logs with timeouts and no other output. The lambda is an action for a IoT Core Topic Rule, and other inst...