Stay up to date with the latest from the Knowledge Center. See all new and updated Knowledge Center articles published in the last month and re:Post’s top contributors.
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
4539 results
EXPERT
published 4 days ago0 votes83 views
This article provides a comprehensive framework for automating AWS tasks to save time, reduce costs, and improve operational efficiency using services like Lambda, EventBridge, and CloudWatch
Hi all,
I hope you are doing well!!!
I was building an application for myself with lambda, s3 and Athena. I have a CSV file stored in an S3 bucket. There is one field in this CSV file that has string...
I would like to expose a VPC Lattice service using API Gateway VPC Link. Is there a way to restrict access to the Lattice service to only allow requests from this API Gateway?
Hello!
I have a setup with an AmazonMq broker and 2 lambda functions that have similar configuration and access, one for producing messages (Producer) and the other to consume them (Worker).
My produ...
I have set up OIDC authentication with AWS Cognito and implemented an SPA flow using React with `react-oidc-ts` and `react-oidc-context`. My app uses Google SSO (via Cognito) for authentication.
**My...
Hello,
I've used serverless.yml to deploy lambda functions
```
...
functions:
rest:
handler: rest_handler.handler
timeout: 120
events:
- http:
...
I wanted to test sending a numberplate collected in Amazon Connect as an attribute, then pass it through Lambda for validation, to show its a correct reg plate, however its not reading the attribute.
...
I've created a prompt in prompt management using Claude Haiku 3.5 with 2 variables {{word}} and {{sentence}}.
I'm using the boto3 SDK to invoke the model from a Lambda function with the following code...
I create a Lambda@Edge function that is supposed to add a header to my CloudFront request to API Gateway. I looked at all the logs, and CloudFront and API Gateway received the requests alright, but th...
I have a lambda in the backend of an ALB within a lambda target group. I need to remove the lambda from the backend of the VPC it was associated with, as I need this lambda to communicate with the int...
EXPERT
published 9 days ago0 votes115 views
This blog post summarizes the AWS re:Invent 2024 session "Containers or serverless functions: A path for cloud-native success" presented by Maximilian Schellhorn, Senior Solutions Architect at AWS, an...
This is my problem, I believe it points to permission error, but I don't know where the chain is broken

The Aut...