amazon web services - Invoke AWS Lambda(s) regularly every 1 minute -


how can invoke aws lambda regularly, specifically every 1 minute? current functionality allows lambdas setup 5 minute trigger looking lesser time interval . thought of running lambda ever looks can't done since maximum execution duration per request 300 seconds

there session @ aws reinvent in 2015 covered exact topic, can watch here on youtube: https://www.youtube.com/watch?v=fhjxtiq81au shows how use lambda , cloudwatch 1 minute frequency no external dependencies.

do need run aws lambda function on schedule, without event trigger invocation? session shows how use amazon cloudwatch metric , cloudwatch alarms, amazon sns, , lambda lambda triggers every minute—no external services required! here, other lambda jobs can scheduled in crontab-like format, giving minute-level resolution lambda scheduled tasks. during session, build functionality scratch lambda function, cloudwatch metric , alarms, sample triggers, , tasks.

i suspect @ point aws allow 1 minute interval without using method, may hold on in mean time.


Comments

Popular posts from this blog

javascript - jQuery: Add class depending on URL in the best way -

caching - How to check if a url path exists in the service worker cache -

Redirect to a HTTPS version using .htaccess -