New user sign up using AWS Builder ID is currently unavailable on re:Post. To sign up, please use the AWS Management Console instead.
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...
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...
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...
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...
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...
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...