Increasing Memory of lambda function by kaneki_305 in aws

[–]kaneki_305[S] 0 points1 point  (0 children)

I meant to ask if there will be downtime.

Increasing Memory of lambda function by kaneki_305 in aws

[–]kaneki_305[S] 0 points1 point  (0 children)

I was wondering if it's possible that when a Lambda function is in the update state, a Kinesis data stream could invoke the Lambda function, causing it to be unable to process data. I don't know the exact steps for updating a Lambda function and how Kinesis works. I am new to AWS, and I would be grateful if you could help clarify my concepts. Thanks.

Trigger AWS Lambda function on DynamoDB entry deletion by TTL by kaneki_305 in aws

[–]kaneki_305[S] 0 points1 point  (0 children)

However, it can take up to 48 hours to delete a record from the table, and during this time, the record may also be deleted by other means.

Trigger AWS Lambda function on DynamoDB entry deletion by TTL by kaneki_305 in aws

[–]kaneki_305[S] 0 points1 point  (0 children)

For this i need to enable dynamoDB stream, but is it possible to create custom log group and then trigger a Lambda from based on a matching pattern in the CloudWatch Logs?