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
4639 results
How do you properly set an AWS Lambda Function up that creates a story mode multi prompt video from amazon Nova Reels in Python 3.3? what would this code look like? specifically the VIDEOCONFIG part? ...
Im getting these error codes here:
LambdaInvokeNova com.example.myroots8 D Response body: {"error": "An error occurred (ValidationException) when calling the StartAsyncInvoke o...
I have a verified domain in AWS SES say 'my-custom-domain.com'. And I also created a personal email address belong to this domain, hosted at an external mail server. I have set up SES to receive every...
In android studio im writing in kotlin. i have an aws lambda function that is set up to generate a nova reels story mode multi shot video. i have an array of prompts being sent over to this lambda fun...
0
In my AWS Lambda function its expecting multiple prompts. In my Android Studio code in Kotlin im only set up to send one single prompt. can you please help re do my kotlin code to give my aws lambda...
I have a lambda function that returns a nova reel v1.1 video and its single prompt. I am trying to get it to be set up for multi-prompt storyboard instead. could you please show my what this code woul...
I have a specific implementation question about using cachepoint in lambda. Below is the scenario
User is using Nova Pro model.
User wants to process 35 images in a lambda function and leverage the c...
I'm creating lambda@edge functions via the CDK, and each of these functions is defaulting to a log group of `/aws/lambda/undefined`.
From the documentation it seems like the log group should be autom...
I have a lambda authorizer and more than 10 APIs are using this lambda authorizer. And now I have added 1 more API to use this lambda authorizer. And in the execution logs I'm getting invalid permissi...
Hello,
I need a lambda function in python to access the RestFul API of our MWAA on a private VPC.
The lambda runs on the same VPC and subnet as the MWAA environment.
We were able to connect the lam...
Hi,
I want to invoke a Lambda Function URL with the auth type AWS_IAM using an Application Load Balancer (ALB). I have created a rule under listener and provided the full URL there. It works perfectly...
Can I configure my Lambda function to retrieve values from Parameter Store only once initially, then cache those values and continue using the cached version unless the values are explicitly changed? ...