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.

4125 results
I attempted to use the Pillow library for image processing tasks, specifically for image resizing and converting images to binary formats. After installing the library and packaging it into a ZIP file...
2
answers
0
votes
19
views
CapSprt
asked 8 hours ago
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
23
views
asked 12 hours 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
47
views
asked a day 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?
1
answers
0
votes
24
views
Hetzed
asked a day 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 a day 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
46
views
asked 2 days 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
29
views
cao95
asked 2 days 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
26
views
Chetna
asked 2 days 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
29
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
40
views
Claudio
asked 4 days ago