Schedule a function to loop over the (Firehol blocklist-ipsets)[https://github.com/firehol/blocklist-ipsets], extract the ip addresses as we are already doing in the current ipcheck function. Then compare those IP addresses and their corresponding file as key:value pairs in DynamoDB.
Update ipcheck function to query DynamoDB to check if the IP exists there rather than the Firehol repository directly.
Add AWS DynamoDB support.
Schedule a function to loop over the (Firehol blocklist-ipsets)[https://github.com/firehol/blocklist-ipsets], extract the ip addresses as we are already doing in the current ipcheck function. Then compare those IP addresses and their corresponding file as key:value pairs in DynamoDB.
Update ipcheck function to query DynamoDB to check if the IP exists there rather than the Firehol repository directly.