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

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

4124 results
i automated the process of creating the instance whenever a ami with certain name is created. Since this is a automated and a near real time process instance creation is failing saying snapshot is in...
1
answers
0
votes
13
views
asked an hour ago
I have a lambda that needs to be in a us-east-1 VPC to access some resources, but also needs to write to an S3 bucket which needs to be in a different region. (I must use the python boto3 client for...
2
answers
0
votes
30
views
asked 12 hours ago
Is it possible to use a lambda in the customer queue flow to transfer the call to my voicemail flow? or use the startoutboundcontact API to transfer the call to another flow?
0
answers
0
votes
18
views
Hetzed
asked 14 hours ago
Where can I go to request an increase of memory for lambdas? I need to have more ram for the lambdas im running but it will not allow me to use more than 3gb. P.S: My account is not new, its been...
Accepted AnswerAWS Lambda
1
answers
0
votes
17
views
asked 15 hours ago
Hello, Please see below an event among an HTTP API Gateway and a custom java Lambda Authorizer. The request is sent to authorizer, but when cache is disabled, all fields are empty (version is 0)...
1
answers
0
votes
15
views
asked a day ago
I like to automate the flowing process whenever an AMI is created with certain name i want to startup a intance from that AMI for that i used cloudwatch rule to obtain the api call from cloudtrail and...
2
answers
0
votes
45
views
asked a day ago
Hi! I'm sending emails with AWS SES, I have a lambda function that calls that service to send emails to my users, but even if Im sending the emails from an email that is verified in Identities (I...
1
answers
0
votes
28
views
cao95
asked a day ago
Hello, AWS Community! I recently set up an** AWS Lambda function** to trigger on uploads to an S3 bucket and store the file's metadata in a DynamoDB table. Here’s a brief overview of my...
2
answers
0
votes
25
views
Chetna
asked a day ago
I am trying to call boto3 client bedrock (invoke_model or converse). I am using boto3 1.35.35 and tried with 1.34.34. I tried for the lambda function python 10, 11 and 12. I already tried to pass the...
2
answers
0
votes
39
views
Andre
asked 2 days ago
Within the AWS guide for [building a custom runtime ](https://docs.aws.amazon.com/lambda/latest/dg/runtimes-custom.html) there is the following snippet ``` Entrypoint A custom runtime's entry point...
1
answers
0
votes
28
views
asked 4 days ago
Hello. I have been using StartOutboundVoiceContact API to generate calls using a Lambda function. But I have some questions. 1.- Is it possible to get the phone numbers from an SNS topic and thus...
1
answers
0
votes
37
views
Claudio
asked 4 days ago
Hi! I have a microservice running inside fargate, this is built in my first stack, and then Im passing to my second stack the alb dns name because my lambda function needs to call an endpoint that is...
1
answers
0
votes
42
views
cao95
asked 5 days ago