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 up to 5 tags to filter
Sort by most recent
I'm creating a pipeline triggered by codecommit repo. in build phase it builds .net 6 lambdas using *dotnet build* and store them using *dotnet lambda package* commands. when i try to compare the hash...
1
answers
0
votes
49
views
asked 17 days ago
I am attempting to get an contact form working on an Amazon s3 bucket. I can receive email when running tests via Lambda and API Gateway just fine but when I try to submit the form via the website I...
0
answers
0
votes
55
views
asked 17 days ago
My company's account was breached by a third party. A key was compromised. I noticed the breach and took action, I informed aws team. They stopped some of our services including lambdas and other api...
1
answers
1
votes
92
views
Miguel
asked 17 days ago
I'm encountering a 403 Forbidden error when trying to access my AWS API Gateway using a custom domain. Here's a summary of the issue: Configuration: 1. API Gateway Endpoint Type: Regional 2. Custom...
2
answers
0
votes
99
views
Yash
asked 18 days ago
Hello to everyone, i am about to purchase a Savings Plan for a small application i am developing but before to do so, i need to figure out whether or not i actually need coverage for the Lambda...
1
answers
0
votes
84
views
Stefano
asked 18 days ago
I would like to add a Lambda authorizer to each route of my API Gateway WebSocket. However, according to the documentation, it is only possible to use a Lambda authorizer function for the $connect...
1
answers
0
votes
117
views
jkg
asked 19 days ago
dealing with aws lex bot, I figure out that by testing the bot through aws console voice input, the response time for the transition between slots take some time (2-3) seconds witch is a little bit...
1
answers
0
votes
79
views
ayoub
asked 19 days ago
Basically, we are extracting data from websites using firecrawl, both directly and via SERP (keywords site:website.com) and certain keywords. But, the problem is that, we are not able to filter out...
2
answers
0
votes
86
views
asked 19 days ago
Hey everyone, I have following problem: If a user first sign-ups with Email: example@example.com in Cognito and then with a social provider with the same Email: example@example.com, then cognito...
1
answers
0
votes
85
views
Thomas
asked 19 days ago
Is it the best method? 1. Could you please confirm if using EventBridge, CloudTrail, and Lambda to track resource creation and deletion across 7 regions, and then updating an inventory Excel sheet,...
2
answers
0
votes
79
views
Ravi
asked 19 days ago
Hi Everyone , I am trying to invoke bedrock agent via below code from a Lambda function ``` def call_agent(input_data): print("Invoking Agent") client =...
1
answers
0
votes
67
views
asked 19 days ago
Hi all. I've set up a Lambda function in the same VPC as a Neptune Cluster but I am unable to connect both: ``` neptune_client = boto3.client('neptune') response =...
1
answers
0
votes
116
views
Jose
asked 19 days ago