By using AWS re:Post, you agree to the AWS re:Post Terms of Use

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...
1
answers
0
votes
10
views
asked 2 hours ago
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...
2
answers
0
votes
26
views
asked 14 hours ago
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...
1
answers
0
votes
28
views
asked a day ago
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...
1
answers
0
votes
10
views
asked a day ago
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...
3
answers
0
votes
21
views
asked a day ago
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...
1
answers
0
votes
36
views
asked a day ago
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...
2
answers
0
votes
22
views
asked 2 days ago
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...
1
answers
0
votes
41
views
asked 3 days ago
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...
1
answers
0
votes
39
views
asked 3 days ago
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 ...
Accepted AnswerAWS Lambda
1
answers
0
votes
22
views
asked 3 days ago
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...
1
answers
0
votes
18
views
asked 3 days ago
How Serverless Applications Help Microservices?
1
answers
0
votes
27
views
profile picture
asked 4 days ago