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 tags to filter
Sort by most recent

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

4490 results
I have been using the QnA bot to answer simple questions in Facebook messenger. What i would like to add is when the customer asks for a human or agent, that the chat be transferred to an amazon conne...
1
answers
0
votes
70
views
asked a month ago
I'm building a serverless event driven application on AWS and would like to know the best practice or convention for storing and processing images in such an architecture. In my current setup: I con...
1
answers
0
votes
44
views
asked a month ago
Hello, I'm working on an AWS project currently and I am at a point where I am attempting to combine my Github with DynamoDB, Amplify and Lambda. However, when putting in the Lambda script and running ...
1
answers
0
votes
50
views
asked a month ago
I have a large DDB table with 7 TB of data, 25 billion rows. This is a production table. I need to scan and add/update a column to each row of the table. The table has daily export to s3. I am conside...
2
answers
0
votes
68
views
asked a month ago
I'm writing a Python Lambda function in AWS Lambda. However, I'm getting an error that says 'cryptography package is required for sha256_password or caching_sha2_password auth methods'. The Lambda is ...
1
answers
0
votes
111
views
asked a month ago
I need to update a customer profile from a Lambda function when a call comes in. Specifically, I want to append the call summary along with the date of the call to an existing summary already stored i...
2
answers
0
votes
67
views
asked a month ago
Hello AWS Support, We are developing a voice automation system using Amazon Connect, Lex V2, and AWS Lambda. We’d like to confirm the following technical details: 1. Lex Bot in Outbound Call Flow: ...
2
answers
0
votes
67
views
asked a month ago
I am facing this problem in relation 2 two services. 1. When I was trying to add a Amplify managed SSL Certificate for my Custom Domain in AWS Amplify, the SSL Verification goes on & on and then event...
2
answers
0
votes
105
views
asked a month ago
Hi AWS Team, I was reading your blog post on Effectively Using Prompt Caching on Amazon Bedrock, and I noticed that some of the examples reference caching based on system, messages, and tool_choice. ...
1
answers
0
votes
325
views
asked a month ago
When I invoke my HTTP API on API Gateway, it forwards the request to my Lambda function, which executes and returns a response. What exactly does API Gateway do with this response? Does it pass it dir...
2
answers
0
votes
159
views
profile picture
asked a month ago
![![Enter image description here](/media/postImages/original/IMK6t3WNyES0K2vzK8Q3Qr7g) Enter image description here](/media/postImages/original/IMUbzYmnB-Q8aLlZhPwpssXg) ![Enter image description her...
2
answers
0
votes
63
views
asked a month ago
Hi, I’m working on an application where the frontend is a static React app, and the backend is an API Gateway with Lambda functions. For authentication, I’m using Amazon Cognito with a Single User Poo...
1
answers
0
votes
32
views
asked a month ago