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...
2
answers
0
votes
39
views
asked 8 hours ago
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...
1
answers
0
votes
27
views
asked 12 hours ago
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...
1
answers
0
votes
21
views
asked 12 hours ago
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...
2
answers
0
votes
13
views
asked 14 hours ago
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...
1
answers
0
votes
27
views
asked a day ago
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...
2
answers
0
votes
26
views
asked 2 days ago
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 ...
1
answers
0
votes
24
views
asked 2 days ago
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...
3
answers
0
votes
46
views
asked 2 days ago
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...
2
answers
0
votes
35
views
asked 2 days ago
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...
2
answers
0
votes
47
views
asked 3 days ago
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...
3
answers
0
votes
43
views
asked 3 days ago
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...
1
answers
0
votes
71
views
asked 3 days ago