Using the boto module, you can force the lambda function to invoke the invoke statement by calling itself. The following will run every ~ 60 seconds. Of course, make sure you assign the appropriate role with permissions. Also pay attention to your limitations.
import boto3,time def lambda_handler(event, context):
source share