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:...
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...
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!!!
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...
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...
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...
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...
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...
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:...
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
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. ...
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...