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
Our project strongly revolves around interacting with multiple external `APIs` which are protected using `OAUTH2`. The problem we are facing is that we interact with these `APIs` through many `AWS`...
0
answers
0
votes
33
views
Luis
asked 7 hours ago
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
10
views
Rx
asked 11 hours 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
21
views
Jillian
asked a day 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
8
views
profile picture
asked 2 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
46
views
son
asked 2 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
25
views
meesk
asked 2 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
20
views
asked 3 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
41
views
Jess
asked 5 days ago
For webhook alerts processing received from SNS topics, is it necessary to have aws lambda functions created ?
1
answers
0
votes
26
views
Vijay
asked 5 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
31
views
profile picture
Fabio
asked 5 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
27
views
asked 5 days ago