All Content 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
4440 results
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...
2
answers
0
votes
31
views
asked 5 days 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
30
views
asked 5 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
25
views
asked 5 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
52
views
asked 6 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
36
views
asked 6 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
52
views
asked 6 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...
4
answers
0
votes
56
views
asked 6 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
74
views
asked 7 days ago
I'm having trouble accessing the secret values I've set for my Lambda function `fetchData`. I tried adding the AWS SDK v3 code from [this section of the Amplify Docs](https://docs.amplify.aws/gen1/ja...
3
answers
1
votes
77
views
asked 8 days ago
In the Node.js 20.x runtime in AWS Lambda, the default value for `LANG` is set to `en_US.UTF-8`, even though this is not installed: ``` # locale -a C C.utf8 POSIX ``` Boost::filesystem crashes (inten...
1
answers
1
votes
29
views
asked 8 days ago
Hi, I used AWS free and used lambda. I have created function af tried to make layer to import requests module but after sevel hours stops and try to get help from you. I am not a developer but have ex...
Accepted AnswerAWS Lambda
3
answers
0
votes
55
views
asked 8 days ago
Hi AWS, Here is the improved version of the follow up question https://repost.aws/questions/QUfdvnhP_1TQKWkpLWxEjZjQ/high-frequency-of-aws-cloudwatch-alarm-for-invoking-lambda-functions. We have cre...
2
answers
0
votes
31
views
profile picture
asked 9 days ago