JSON File Trigger to Invoke a Lambda Python Function (Script) to Update Route53 and DynamoDB Table

Hi,

I need to utilize CreateHostedZone.json and DeleteHostedZone.json File Triggers to Invoke a Lambda Python Function (Script) for DDNS to update Route53 Public Hosted Zones and a DynamoDB Table.

The JSON Files manage all the cross accounts, so I only need the Lambda Python Script to update Route53 Public Hosted Zones and a DynamoDB Table.

Any suggestions? I appreciate any assistance.

Thanks