Explore how you can quickly prepare for, respond to, and recover from security events. Learn more.
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.
4235 results
Hello Community,
I am currently using the Lambda code hook to implement functionality for my Amazon Lex bot. However, I have encountered an issue when attempting to format the response text. Specific...
I create and deploy API Gateway with lamda by Serverless Framework, and I create and connect Custom domain to API Gateway for each stage like "dev.<domanin>", "qa.<domain>", "release.<domain>" in Cons...
Problem Statement:
We are currently using an API Gateway and Lambda function to convert a SOAP API to REST. However, we encountered an issue due to AWS Lambda's invocation payload size limit, which p...
I code Node.js and in the existing/old console lambda editor it checks my syntax and shows an immediate icon in the left gutter next to offending line number, that's a great feature. However in the la...
In my lambda function Im looking to create a monthly bytes downloaded metric, by summing up the BytesDownloaded metric from CloudFront, for each month. My problem is that the API call retrieving the d...
Hi
I have S3 - CDN - Lambda setup. I am using Lambda@Edge function to authorize the CDN request. I want to send the details required for authorization (lamda function) in the request body of the CDN P...
I have a multi-tenant application with the following setup:
* **Frontend**: Telerik Blazor
* **Backend**: .NET Core AWS Serverless Application
* **Database**: SQL Server (each tenant has its own data...
am getting an unexpected folder on S3 between my data/ and my first partition root_account_uuid=x
The path appears to be unique for each time firehose sync's its buffered data to S3.
I am using a lamb...
Hi,
I have a bunch of POST endpoints that needs to be called by the client sequentially(App in my case).
for example: /init->/info->/identify->end
How can I build this flow using app gateway + step fu...
I'm currently working on AWS Lambda (Python 3.12). Basically I want to create a Login and Notification function for my backend (DJango Rest Framework).
So the order is as follows:
1. I use my Login ...
I am working on an AWS Lambda function with Node.js and need to implement a debounce mechanism. The goal is to ensure the function processes only the latest event, ignoring earlier rapid consecutive i...
How Serverless Applications Help Microservices?