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...
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...
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...
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...
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...
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...
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...
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...
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...
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,...
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 =...
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 =...