amazon s3 - AWS Lambda - Is there a way to pass parameters to a lambda function when an event occurs -
i have dynamodb table , whenever new record added, want archive old data s3. thought use aws lambda. lambda function new record newly added/modified. want pass(to lambda function) additional parameter of s3 path record has uploaded.
one way have whatever want pass lamda function in table/s3. this(the parameter) change each record inserted main table. can't read lambda function. (by time lambda function gets executed first inserted record, few more records have been inserted)
is there way pass params lambda function?
p.s: want execute lambda asynchronously.
thanks...
why not add parameters (s3 path) dynamodb table (where new raw added -not in table, @ same table lambda listening on)
Comments
Post a Comment