Using AWS lambda for cheap S3 content processing
docs.scanii.com
Using AWS lambda for cheap S3 content processing
1–10 of 20 posts
Re: Using AWS lambda for cheap S3 content processing
#2Re: Using AWS lambda for cheap S3 content processing
#3Hi there, author here, happy to answer any questions.
Re: Using AWS lambda for cheap S3 content processing
#4Re: Using AWS lambda for cheap S3 content processing
#5One lambda application I really want is a pingdom-style service. Use lambda to ping a web site and send an email if it's offline. Any takers to build this :-)?
Re: Using AWS lambda for cheap S3 content processing
#6One lambda application I really want is a pingdom-style service. Use lambda to ping a web site and send an email if it's offline. Any takers to build this :-)?
Re: Using AWS lambda for cheap S3 content processing
#7Hi there, author here, happy to answer any questions.
Re: Using AWS lambda for cheap S3 content processing
#8One lambda application I really want is a pingdom-style service. Use lambda to ping a web site and send an email if it's offline. Any takers to build this :-)?
Actually, Amazon already did -- one of the sample Lambda functions you can use is just that. It runs on a scheduled timer, and if I remember correctly, will alert using AWS Simple Notification Service, which can be configured to send alerts to your devices or emails.
Re: Using AWS lambda for cheap S3 content processing
#9Earlier quoted context omitted.
Actually, Amazon already did -- one of the sample Lambda functions you can use is just that. It runs on a scheduled timer, and if I remember correctly, will alert using AWS Simple Notification Service, which can be configured to send alerts to your devices or emails.
Unfortunately, unless it's changed recently, SNS can only send SMSes to US numbers :/