Questions 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

Browse through the questions and answers listed below or filter and sort to narrow down your results.

Hi all, I'm building a chatbot using AWS Bedrock, Lambda, and OSS. The chatbot will be customer-facing and will be on our website for customers to query and ask it generic FAQ queries, as well as...
1
answers
0
votes
230
views
em
asked a month ago
I need to create a Lambda function that validates whether each IAM user in an AWS account has MFA enabled. If a user does not have MFA, I need to trigger another Lambda function to handle that user...
3
answers
0
votes
312
views
asked a month ago
I want to trigger a Lambda function whenever a user deactivates their MFA. To achieve this, I've set up an AWS CloudFormation template that creates a CloudTrail trail and an EventBridge...
2
answers
0
votes
243
views
asked a month ago
I have a lambda that will create a codecommit repository. It works fine when testing locally, but the connection to codecommit times out when run in aws. The logs show that dns is working, it is able...
2
answers
0
votes
139
views
asked a month ago
Hello. I'm quite new with Lambda and I'm trying to run execute a PHP script with the FrankenPHP CLI. I'm doing so by having a bootstrap script that contains the following: ```bash #!/bin/bash set...
1
answers
0
votes
137
views
asked a month ago
Hello I am using KMS key to encrypt a kinesis stream. I have two separate threads in one lambda. One of the lambda is posting data into streams by using CMK encryption type and the other thread...
2
answers
0
votes
143
views
asked a month ago
Create a Lambda Function Triggered by S3 Event, send the event as email using SNS
4
answers
0
votes
140
views
asked a month ago
I have a monolithic application that needs to run on amplify gen 2, but the issue is, it has a single entry point that serves the frontend as well. The frontend is on /build and the backend on /dist....
0
answers
0
votes
150
views
asked a month ago
What an adventure this is... I have a Bedrock KB I fed a ton of transcript files and associated metadata which contain the course name, etc. When I query the KB via Lambda, sometimes it misses...
1
answers
0
votes
206
views
Antoine
asked a month ago
Hi, I am using the AWS Serverless OpenSearch Collection Index. My index is `error-logs`. I am trying to delete documents older than 3 days, for example. I did not find an API that can delete...
1
answers
0
votes
201
views
Dhana
asked a month ago
I am building a presale recommendation chat bot. I am using a Bedrock Agent who is currently tasked to only use the tools defined (a lambda). The lambda calls a prompt flow that returns a result...
1
answers
0
votes
409
views
Antoine
asked a month ago
Hi, For efficiency purposes, I'm looking to confirm if there would be a way to 'suspend' and 'resume' call recording when an agent is in queue waiting for another agent. eg. Agent 1 answered a...
1
answers
0
votes
175
views
asked a month ago