Help improve AWS Support Official channel in re:Post and share your experience - complete a quick three-question survey to earn a re:Post badge!
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...
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 ...
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...
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...
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.
Error Message - Resource handler returned message: "Invalid request provided: Cannot access stream *arn*, Please ensure the role can perform the GetRecords, GetShardIterator, DescribeStream, DescribeS...
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...
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...
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 ...
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...
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 ...
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...