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...
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...
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?
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...
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)...
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...
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...
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...
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...
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...
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...
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...