By using AWS re:Post, you agree to the AWS re:Post Terms of Use

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
4360 results
Hello, I was excited to see an alternative to Vercel for hosting NextJS sites in [sst.dev's NextJS integration](https://sst.dev/docs/start/aws/nextjs), but I am stuck not being able to use Serverless...
2
answers
0
votes
54
views
asked 21 days ago
I am trying to construct the automated Detective Investigation using https://aws.amazon.com/blogs/security/how-to-use-the-amazon-detective-api-to-investigate-guardduty-security-findings-and-enrich-dat...
1
answers
0
votes
31
views
asked 21 days ago
Don't miss us live on [Twitch.tv](https://bit.ly/4anH9WR) on Monday, November 18th to learn how you can improve latency, migrate workloads, integrate with AWS Lambda, and more with Amazon MQ!
Hi, I’m using AWS Backup to restore an Amazon RDS instance with multiple databases and tables. I want to automate data validation by using AWS Lambda to connect to the restored RDS instance and perfor...
1
answers
0
votes
36
views
asked 22 days ago
I’m working on optimizing the performance of my AWS Lambda functions, and I’m noticing occasional delays due to cold starts, especially in functions with high memory configurations. Could anyone share...
Accepted AnswerServerlessAWS Lambda
2
answers
0
votes
49
views
asked 22 days ago
Hello, I am building a Ampligy Gen 2 application consisting of user interaction and a page to show historical activity. For this I am writing request/response to DynamoDB table from Lambda function a...
1
answers
1
votes
96
views
AWS
asked 22 days ago
How can we calculate the number of threads we can create per vCPU/memory allocated in lambda or EC instances? Assuming a python function to be called concurrently thousands of times utilized x amount...
1
answers
0
votes
63
views
asked 22 days ago
I am working on something that uses a lambda function as a component but keep getting this error in my deployment (gg log file): 2024-11-10T06:52:40.625Z [INFO] (pool-3-thread-10) com.aws.greengrass.d...
0
answers
0
votes
28
views
asked 23 days ago
Hi team, I have implemented a lambda function which gets triggered whenever a file is uploaded to Google cloud storage. This setup has been implemented using the combination of lambda function of AWS ...
1
answers
0
votes
67
views
asked 23 days ago
I have a use case where I have a Lambda in one central account that calls an external service using an HTTP client specified in the lambda code. I also have event rules that I wanted placed in all my ...
1
answers
0
votes
48
views
asked 24 days ago
**Hi team,** I was following the instructions in this article: [AWS WAF Oversize Request Components](https://docs.aws.amazon.com/waf/latest/developerguide/waf-oversize-request-components.html#waf-ove...
3
answers
0
votes
61
views
asked a month ago
hello, as the title it's seem like there's problem when uploading file to s3 storage . logging image here ![Enter image description here](/media/postImages/original/IMXwOy1eRhTuWZ53p8YZQS2g) it's lo...
2
answers
0
votes
49
views
asked a month ago