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

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

4399 results
# Hello, I am trying to export cloud watch logs to s3 in another account(**Account A**) by [boto3's create_export_task](https://boto3.amazonaws.com/v1/documentation/api/1.26.89/reference/services/log...
1
answers
0
votes
74
views
asked 19 days ago
I have a bedrock agent with one of the actions that invokes a lambda to fetch additional data to be incorporated as part of its response. The additional data is a huge text file so I could not return ...
1
answers
0
votes
179
views
AWS
asked 20 days ago
How can I get increased quotas for a new subscription? I'd really like to know if there is a better solution than "wait a few months and hope for the best". The context is as follows. I've created a ...
1
answers
0
votes
40
views
asked 20 days ago
Can someone share more about AWS Lambda ?
Accepted AnswerAWS Lambda
2
answers
0
votes
32
views
asked 22 days ago
Hi Where can I find how my lambda billing was calculated? I have many functions but were very rarely (light weight soap calls, a few dozen) used last month and I am noticing I am getting billed more ...
2
answers
0
votes
46
views
asked 22 days ago
Hi everyone, I have a working code but it only allows me to manually adjust the amount of storage myself. I would like for it to adjust by a flat amount of space. For example, 20 GB for everytime an...
Accepted AnswerAWS Lambda
2
answers
0
votes
37
views
asked 22 days ago
Hi everyone, I am researching about s3 backup and a question is what is the impact on the system or users? I think with backup solutions (s3 versioning, replications, aws backup, custom solution like ...
2
answers
0
votes
45
views
profile picture
asked 23 days ago
I am using Postman to invoke a lambda function url that has its auth type set to IAM. I can successfully invoke the lambda by adding the sigv4 authorization data to the headers; however, when I try to...
1
answers
0
votes
37
views
asked 23 days ago
I have a Lambda function written using NodeJS 20 and Typescript. It's too big even with lambda layers so I created a Docker image. It's triggered by a SNS Topic. After trying a bunch of things that di...
2
answers
0
votes
68
views
asked 23 days ago
Hey, there! I'm using a Docker image (public.ecr.aws/lambda/provided:al2-x86_64) along with AWS Lambda Web Adapter and even though it's said that duration excludes cold starts, I'm seeing it in the d...
1
answers
1
votes
72
views
profile picture
asked 23 days ago
I am currently working on a project to streamline our cloud platform solutions by replacing the JSON configuration files we store in various locations (usually github repo) with a centralized datastor...
2
answers
0
votes
33
views
asked 23 days ago
Hi everyone, I noticed that the [official AWS documentation](https://docs.aws.amazon.com/lambda/latest/dg/lambda-runtimes.html#runtimes-deprecated) previously listed the following .NET 6 Lambda depre...
1
answers
0
votes
93
views
asked 24 days ago