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
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...
3
answers
0
votes
70
views
asked 5 days ago
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?
1
answers
0
votes
66
views
AWS
asked 5 days ago
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...
0
answers
0
votes
30
views
asked 5 days ago
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...
2
answers
0
votes
44
views
asked 7 days ago
Hello, I've used serverless.yml to deploy lambda functions ``` ... functions: rest: handler: rest_handler.handler timeout: 120 events: - http: ...
2
answers
0
votes
38
views
asked 7 days ago
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. ...
2
answers
0
votes
41
views
asked 8 days ago
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...
2
answers
0
votes
74
views
asked 8 days ago
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...
1
answers
0
votes
47
views
asked 9 days ago
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...
3
answers
0
votes
33
views
asked 9 days ago
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 ![Enter image description here](/media/postImages/original/IMUzvpFQqEQlOc8GZkdwqCQg) The Aut...
2
answers
0
votes
39
views
asked 10 days ago