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
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:...
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 ...
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...
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...
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
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'...
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...
**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...
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...
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 ...
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...
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...