How do I use Boto3 and Python to subscribe an AWS Lambda function to an AWS DynamoDB Stream?
Subscribing a Lambda function to a DynamoDB stream is straight-forward enough. However, it's not clear how to do this with code.
I need do it in code because I have to do it about 60 times.