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
In my template.yaml, when I connect a lambda to an s3 bucket in the Infrastructure Composer (running in VS Code) it creates an Events: property in the lambda. ``` handleS3uploadFunction: Type:...
2
answers
0
votes
74
views
asked 21 days ago
In the past, we were told by AWS Support that **Filtering** only worked for Kafka topics that use JSON for serialisation. Protobuf and Avro Kafka topics were not supported back then, but AWS did have ...
1
answers
0
votes
59
views
asked 21 days ago
What are some of the obvious advantages of using Lambda and API Gateway in front of Bedrock Any Disadvantages someone can think of There are many AWS Blogs that shows this Architecture 1) https://aw...
1
answers
0
votes
87
views
profile pictureAWS
asked 21 days ago
I'm using AWS Lambda with an event source mapping connected to a self-managed Apache Kafka cluster. The Kafka topic I'm subscribing to has very high volume, and I want to filter events based on the me...
1
answers
0
votes
39
views
asked 22 days ago
Is there a link or document to get information on how to auto rotate IAM access keys using lambda + Secrets Manager + SNS... Not SES . I tried the SES way but doesn't want that route
1
answers
0
votes
42
views
asked 22 days ago
I have a basic Python Lambda function named "demo-python" that I’m using to test Lambda concurrency. I also have another function that invokes "demo-python" multiple times. The code works fine, but I'...
2
answers
0
votes
55
views
asked 22 days ago
So I'm logged into the console as a root user, and I can't remove an EventBridge trigger I added as a root user: > Unable to determine service/operation name to be authorized Well, I'm kinda root, I...
2
answers
0
votes
69
views
asked 22 days ago
**Project Goal and Architecture** We're building a scheduled messaging system with the following features: Users create postcards with scheduled delivery dates At the scheduled time, the system send...
1
answers
0
votes
63
views
asked 23 days ago
I’m deploying a Python 3.9 Lambda function using a Docker image. The entry point is set as: CMD ["app.lambda_handler"] Inside my container at runtime, the structure is correct. The file /var/task/te...
1
answers
0
votes
42
views
asked 23 days ago
Hi, I have two AWS account named A and B. I want to create EventBridge rule on A that will run Lambda/Step Function on B, and on runtime I don't have access to B, only to A. The problem with lambda ...
1
answers
0
votes
136
views
asked 24 days ago
Similar to, for example, using an SQS as a source to trigger a lambda that processes its messages, I would like to use the Neptune DB Stream as an event source for lambda. Does AWS Neptune support thi...
2
answers
0
votes
78
views
asked 24 days ago
For my project I am fetching response from Apple Appstore api using a Lambda function. However since the fetch call requires us to use a signed JWT we want to isolate the Lambda function from the inte...
2
answers
1
votes
100
views
asked 25 days ago