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 tags to filter
Sort by most recent
4626 results
Hi, I’ve been trying to use the Prompt Caching feature in NovaPro ( with bedrock api) , but I haven’t been able to get it to work successfully. I’ve reviewed the documentation and resources on the ...
1
answers
0
votes
95
views
asked 13 days ago
Hello, I'm averagely new in AWS console, my recent account was suspended and a bill was issued. I was on the free tier plan to really understand the ropes, the bill was too much for me so I register...
1
answers
0
votes
70
views
asked 14 days ago
I'm curious about the A2A protocol plans at AWS. It looks like it will be the preferred protocol moving forward based on adoption and standards. Google is deploying an Agent Development Kit or ADK t...
1
answers
0
votes
156
views
asked 14 days ago
Greetings, Can a Lambda call an ECS Service endpoint if Service discovery is not enabled and only a public DNS record exists. I am trying to connect a Lambda that is in the same VPC as the ECS Serv...
2
answers
0
votes
69
views
profile picture
asked 15 days ago
We are utilizing AWS Glue as our ETL engine to transfer data from on-premises and cloud databases to an S3 bucket. Currently, we have a Lambda function that triggers a Glue job, but each time we invok...
2
answers
0
votes
87
views
asked 15 days ago
I'm running a lambda function in python that includes various opencv imports. I'm trying to use rekognition detect labels to get the bounding box dimensions of an object in an image before I crop it. ...
1
answers
0
votes
55
views
asked 16 days ago
Want to delete Network Interface, but it is showing it is connected to lambda, but there is no lambda.
6
answers
0
votes
108
views
asked 17 days ago
Related to [this question](https://stackoverflow.com/questions/65385952/why-is-my-containerized-selenium-application-failing-only-in-aws-lambda). I have 3 questions: 1. When will you find developer ...
1
answers
0
votes
60
views
asked 19 days ago
I am using the CDK to create our lambda functions and allowing it to create the role. If I don't include the "insightsVersion", the CDK will automatically add the `AWSLambdaBasicExecutionRole`. Howe...
2
answers
0
votes
88
views
asked 19 days ago
I see that the [docs](https://docs.aws.amazon.com/lambda/latest/dg/gettingstarted-limits.html#function-configuration-deployment-and-execution) state: > 50 MB (zipped, when uploaded through the Lambd...
1
answers
0
votes
80
views
asked 19 days ago
I'm trying to setup a postgre Multi-AZ DB cluster deployment (3 instances) and as per the documentation there's a restriction of using s3 extension "RDS for PostgreSQL Multi-AZ DB clusters don't supp...
2
answers
0
votes
57
views
asked 20 days ago
I have a lambda that leverages Boto3 and specifically the `tag_resources` api call (https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/resourcegroupstaggingapi/client/tag_resou...
1
answers
0
votes
52
views
profile picture
asked 21 days ago