Questions 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
Browse through the questions and answers listed below or filter and sort to narrow down your results.
4115 results
Hi!
I have a microservice running inside fargate, this is built in my first stack, and then Im passing to my second stack the alb dns name because my lambda function needs to call an endpoint that is...
I paid to have my lambda function updated because it stopped placing objects into my s3 bucket. The objects were lists of all of the email addresses that were hard and soft bounces and it sent an...
Can anybody help me and point out a sample or article or provide instructions that how can I write Amazon bedrock agent Lambda in C#/.Net?
My lightsail instance used to stop working.
So I want to reboot lightsail instance if CPU usage is over danger percent.
I tried to create alarm in CloudWatch but I couldn't see Lightsail when choose...
Hi, I'm encountering an issue despite configuring all permissions correctly. When attempting to trigger an action via a CloudWatch alarm in AWS Lambda, I receive the following error message:
Error:...
Hello everyone, I am currently looking for a vulnerability scanner for AWS environments. The challenge I am facing is that many scanners exceed my budget, which is around $10,000 per year....
I have an AppSync configured with Lambda authorization and using cache. The key that the cache checks is the API ID and the token. So in my AppSync, I have several operations, and within the token...
Few months ago we configure a lambda, to recibe 'application/x-www-form-urlencoded' content type.
The Mapping template was working.
But now is not resolving:
*""message": "Could not parse request...
ust a simple thing like storing MySQL connectionstring in a parameterStore secure variable is a major PIA:
Since our RDS MySQL is in a VPC, my Lambda needs to be there also - then you need to setup...
I'm trying to implement X-Ray tracing for my chat application. Currently, my service map shows only **Client -> API Gateway -> Lambda**. I want to visualize the interactions between Lambda and...
how can I improve the performance of my lambda with python code? This lambda function is calling ec2 endpoints in different region to support the business logic
Hi,
I'm looking for guidance on how to efficiently transfer a file from an Amazon S3 bucket to a remote SFTP server (hosted outside of AWS), triggered by the addition of a new file in S3 Bucket in a...