Amazon S3 object event creation -
my aws s3 bucket associated lambda function. lambda triggered file insertion file name. there xml file inside same bucket lambda function reads setting. problem facing that, when ever settings file not present/settings in xml wrong, lambda launch fail. when settings made correct, lambda triggered old files well, lambda got failed previously. don't want trigger lambda again, once failed same file. can 1 direct me how that?
take @ docs here:
http://aws.amazon.com/lambda/faqs/
lambda attempt execute event @ least 3 times before gives up.
if can handle errors in function (related reading config file), lambda function exists out error, lambda not (normally) run function again.
Comments
Post a Comment