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.

4311 results
We have deployed an API using AWS Lambda, which is managed by AWS API Gateway. We have also created usage plans that define the required Queries Per Second (QPS) and quota assigned to each API key. ...
2
answers
0
votes
25
views
asked 2 hours ago
Hi all I'm using the built-in logging module to log and monitor Python Lambda functions - https://docs.aws.amazon.com/lambda/latest/dg/python-logging.html. The standard output in the CloudWatch Logs ...
1
answers
0
votes
28
views
asked 21 hours ago
I have REST api. I am trying to configure AWS API Gateway as a passthrough. My api endpoint domain has subdomain part, which indicates tenant identity. Ex. customername.domain.com/api. My API Gateway ...
1
answers
0
votes
35
views
asked a day ago
In my web application, I am using CloudFront with a WAF attached. I am receiving many fake requests that result in 404 responses. I want to block the IP address automatically when a single IP reaches ...
3
answers
0
votes
63
views
asked a day ago
I'm getting stuck trying to add a layer to the hello world example for nodejs generated through `sam init`. I created a layer in the template file: ``` SampleLayer: Type: AWS::Serverless::LayerV...
2
answers
0
votes
61
views
asked 4 days ago
I have a lambda performing some reads and writes to a database. Several instances of my lambda are running in parallel. After processing one item, a new invocation is launched for each instance as des...
2
answers
0
votes
56
views
asked 4 days ago
I’m using AWS CloudWatch Logs subscription filters to trigger a Lambda function based on certain log events. I want to trigger the Lambda only when both the words "fail" and "exception" appear in the ...
1
answers
0
votes
57
views
asked 4 days ago
I am maintaining a single task definition in which each revision has a different container with a different base image. Now every time the container takes around 20-30 seconds to start and come to the...
2
answers
0
votes
35
views
asked 5 days ago
I am experiencing a recurring issue with my AWS Lambda function where it times out without any logs or evidence that the handler function was ever executed. Even the first logging statement in my hand...
Accepted AnswerAWS Lambda
2
answers
1
votes
36
views
asked 5 days ago
Hi all I created a lambda function getting a trigger event from an S3 bucket in another account and reading the object using the follow code. The lambda is in a VPC, using 2 private subnet. I created...
Accepted AnswerAWS Lambda
3
answers
0
votes
44
views
asked 6 days ago
I have specified S3 as contenturi in cloudformation template. Every time i'm deploying using sam if the file name (zip) inside the bucket is not changed it will not update the latest version. I tried ...
1
answers
0
votes
24
views
asked 6 days ago
Hi Everyone, I am working with AWS HealthLake, and here's what I have done so far: 1. Created an AWS HealthLake datasource and successfully imported FHIR data into it. 2. The import job completed su...
1
answers
0
votes
30
views
asked 6 days ago