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.
4123 results
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...
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...
Hello,
I have created a Lambda which is responsible for receiving certificate files from a frontend and uploading them to Transfer Family. In order to obtain the certificate chain, we begin by making...
Hi All,
We have a Lambda that is triggered by the DynamoDB Stream attached to a DynamoDB. The Lambda currently ends up publishing the events to SNS present in AWS Account A.
We want to start...
I am currently trying to execute Haskell code as an AWS Lambda function to test how well it runs. I am not totally familiar with docker and less familiar with AWS. I have been trying to follow a few...