Help improve AWS Support Official channel in re:Post and share your experience - complete a quick three-question survey to earn a re:Post badge!
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 ...
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...
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...
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...
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...
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. ...
Want to delete Network Interface, but it is showing it is connected to lambda, but there is no lambda.
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 ...
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...
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...
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...
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...