Stay up to date with the latest from the Knowledge Center. See all new and updated Knowledge Center articles published in the last month and re:Post’s top contributors.
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...
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 ...
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 ...
Can someone share more about AWS Lambda ?
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 ...
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...
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 ...
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...
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...
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...
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...
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...