All Content 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
I've set up a passwordless login flow using AWS Cognito and want to improve the user experience based on patterns seen in popular apps: ![Sign-up /...
0
answers
0
votes
13
views
Rx
asked 6 days ago
Can I use AWS Workload Discovery on an existing AWS infrastructure? I need to create a visual diagram of my current AWS architecture without having to manually create a workflow diagram, not trying to...
1
answers
0
votes
27
views
Jillian
asked 6 days ago
There are two aws accounts 222222222222 , 777777777777 & are inside organization. I need to copy restore points from backup vault in 222222222222 to vault in 777777777777 using lambda function in...
0
answers
0
votes
16
views
profile picture
asked 7 days ago
Hello I increased the timeout for my lambda function from 3 seconds to 5 seconds through the UI. However, it seems that the timeout is still 3 seconds as the image file ![Enter image description...
Accepted AnswerAWS Lambda
3
answers
0
votes
53
views
son
asked 7 days ago
Hi, I'd like to use the AWS Parameters and Secrets Lambda Extension in my own extension, so that I can retrieve secrets and use them in my lambda execution code, so I tried to write my own extension...
1
answers
0
votes
29
views
meesk
asked 8 days ago
- 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
28
views
asked 8 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
47
views
Jess
asked 10 days ago
For webhook alerts processing received from SNS topics, is it necessary to have aws lambda functions created ?
1
answers
0
votes
29
views
Vijay
asked 10 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
33
views
profile picture
Fabio
asked 10 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
29
views
asked 10 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
51
views
asked 11 days ago