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? ...
2
answers
0
votes
15
views
asked 8 hours ago
Im getting these error codes here: LambdaInvokeNova com.example.myroots8 D Response body: {"error": "An error occurred (ValidationException) when calling the StartAsyncInvoke o...
2
answers
0
votes
16
views
asked 8 hours ago
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...
1
answers
0
votes
17
views
asked 8 hours ago
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...
1
answers
0
votes
18
views
asked 9 hours ago
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...
1
answers
0
votes
32
views
asked 17 hours ago
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...
1
answers
0
votes
23
views
asked 17 hours ago
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...
1
answers
0
votes
20
views
AWS
asked 2 days ago
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...
1
answers
0
votes
35
views
AWS
asked 3 days ago
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...
1
answers
0
votes
25
views
asked 3 days ago
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...
1
answers
0
votes
41
views
asked 3 days ago
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...
1
answers
0
votes
24
views
asked 3 days ago
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? ...
2
answers
0
votes
44
views
asked 3 days ago