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 tags to filter
Sort by most recent
4626 results
Hello I'm using firehose to get inputs from kinesis streams and to write to S3 tables, my question is, Can one input record be mapped to multiple output records? Is this answer still valid https://r...
1
answers
0
votes
77
views
asked a month ago
Hi all I created a VPC and separate private subnets for transit gateway, endpoints, applications and databases. I'm going to create Lambda functions and associate them with the VPC. In that case, is ...
Accepted AnswerAWS LambdaAmazon VPC
1
answers
0
votes
66
views
profile picture
asked a month ago
Hello everyone, I’m running into a problem where my EventBridge Scheduler rules fire immediately after a deployment, even though they shouldn’t. Here’s what’s happening: Infrastructure as code: I ma...
2
answers
0
votes
93
views
asked a month ago
I get a notice that `unzipped size must be smaller than X bytes` when I try to deploy with `sam` or even `aws lambda publish-layer-version` However, if I upload my layers to S3 first, then I can depl...
2
answers
0
votes
104
views
asked a month ago
I am trying to get my AWS Lambda function to call amazon Nova Reels v1.1 in order to get an Ai video made, and sent to my novabucket S3 bucket.
2
answers
0
votes
109
views
asked a month ago
Error Message - Resource handler returned message: "Invalid request provided: Cannot access stream *arn*, Please ensure the role can perform the GetRecords, GetShardIterator, DescribeStream, DescribeS...
2
answers
0
votes
55
views
asked a month ago
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
68
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
46
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
97
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
64
views
asked a month ago