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.

- I have MS SQL server running on-prem and I want to take from MS Sql Server somehow get to Athena to query data. When I find data source for MS SQL Server, it needs connection with Lambda. So after...
1
answers
0
votes
34
views
asked 11 days ago
Hi team, I have an existing Amazon ElastiCache Redis cluster set up via CDK in our AWS account with the following configuration ``` const redis = new elasticache.CfnReplicationGroup(this, 'cache',...
2
answers
0
votes
49
views
Jess
asked 14 days ago
For webhook alerts processing received from SNS topics, is it necessary to have aws lambda functions created ?
1
answers
0
votes
31
views
Vijay
asked 14 days ago
Given the table with `user_id (partition key)` and `created_at (sort key)`: ``` { "user_id": { "S": "..." }, "created_at": { "N": "...." }, "bot_answer": { "S": "..." }, ...
2
answers
0
votes
40
views
profile picture
Fabio
asked 14 days ago
I set dynamodb stream to trigger lambda whenever new item is added to table. Lambda will provision ec2 instance to migrate to db for specific record. When I add record to table, lambda got run time...
2
answers
1
votes
31
views
asked 14 days ago
We have an issue with our Lambda Runtime Node.js 14 and 128MB, until one month ago was working fine, that means Duration was under one second. Now, sometimes is working slowly (Duration 12 seconds)...
2
answers
0
votes
53
views
asked 15 days ago
I setup dynamodb stream with lambda as trigger. Lambda function will receive event type as insert and will spin up ec2 for migration. I set up batch size as 4 and batch window also 4 for testing...
3
answers
0
votes
50
views
asked 15 days ago
Hello Guys, We are currently developing an application with two main user categories. We have 2 separate front-end applications built for 2 user categories Our front end is built using Next.js, and...
1
answers
0
votes
44
views
Jinu
asked 15 days ago
Situation - There are 2 Lambda functions subscribing an active DDB stream from a DDB table. - I found that I can subscribe at most 2 lambda functions for a DDB stream. - So I want to migrate event...
1
answers
0
votes
50
views
Wade
asked 15 days ago
Around August 15th, 2024, my users have experienced a problem with my AWS hosted API, where 401 responses were coming back for all API requests when made from a region not in the Northeast (or around...
0
answers
0
votes
22
views
asked 15 days ago
I have trained a Scikit-Learn model within a SageMaker Training job and uploaded the model.tar.gz. file to S3. Now I would like to deploy this model as a serverless endpoint but I am getting the...
2
answers
0
votes
54
views
Nikos
asked 16 days ago
I am having issue for writing Amazon Kinesis Data to DynamoDB table using AWS Lambda. I am able to see data under Data Viewer in Kinesis Data Stream but not reflecting in database. Please help me to...
1
answers
0
votes
45
views
Anish
asked 16 days ago