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 /...
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...
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...
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...
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...
- 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...
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',...
For webhook alerts processing received from SNS topics, is it necessary to have aws lambda functions created ?
Given the table with `user_id (partition key)` and `created_at (sort key)`:
```
{
"user_id": {
"S": "..."
},
"created_at": {
"N": "...."
},
"bot_answer": {
"S": "..."
},
...
EXPERT
published 10 days ago0 votes103 views
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...
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)...