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
Wonder if it is possible to use Langchain4j with OpenSearch Service Collections. Based off of the Langchain4j documentation there is a way to use the OpenSearch Embedding store:...
1
answers
0
votes
23
views
asked 9 days ago
Hello, I need to handle a scenario where the customer is waiting in the queue for more than certain timeout interval say 30 seconds due to agent unavailability. In case of timeout expiry, the caller...
2
answers
0
votes
58
views
asked 9 days ago
Hey guys, I want to ask can we (from client) create x-amz-content-sha256 then add it to header each time we request to AWS URL? How to implement that solution. Thank you!!!
1
answers
0
votes
47
views
profile picture
Bach
asked 10 days ago
A company is hosting a monolithic REST-based API for a mobile app on five Amazon EC2 instances in public subnets of a VPC. Mobile clients connect to the API by using a domain name that is hosted on...
2
answers
0
votes
46
views
Isaac
asked 10 days ago
I've tried to create a Lambda function. I chose "Author from scratch" and below. Runtime: Node.js 20x Architecture: x86_64 Change default execution role: Create a new role with basic lambda...
Accepted AnswerAWS Lambda
4
answers
0
votes
46
views
asked 10 days ago
I am building a simple Amplify App which use lambda function (written in typescript) as backend. I am doing different thing and returning the full reponse in on shot, everything work fine. But now I...
2
answers
0
votes
35
views
asked 10 days ago
I'm working on an application that handles customer interactions coming from a chat widget using AWS Connect. Here’s the flow: 1. A customer sends a message via chat widget, which is received by our...
0
answers
0
votes
84
views
Subhan
asked 10 days ago
We are migrating our service from DUB->ZAZ (eu-south-2) . Since there are many AWS services with a lot of features, having feature-level insights for S3, DynamoDB, SNS, SQS, Lambda, and API Gateway...
2
answers
0
votes
54
views
asked 10 days ago
I am trying to decode the following object structure, which contains text data and file data in Python. ``` groupId: text groupName: text friendlyName: text shortDescription:...
2
answers
0
votes
40
views
champer
asked 11 days ago
Hi everyone I want to filter which my lambda function name run in near 1 hour or specific time. Do AWS console have option to do this ? Thanks
1
answers
0
votes
46
views
asked 11 days ago
I have a serverless (v4) node (v20.x) lambda function. The function creates a headless chromium browser using puppeteer, loads html content from PowerBi, modifies the content and generates a pdf. ...
2
answers
0
votes
30
views
corey
asked 11 days ago
I've done this several time with API Gateway. I'm now trying to do it with a function URL. When I try to add a GET style parameter onto the end of the function URL I get error: KeyName - In other...
1
answers
0
votes
62
views
asked 11 days ago