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...
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...
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...
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...
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...
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...
Create a Lambda Function Triggered by S3 Event, send the event as email using SNS
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....
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...
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...
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...
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...