If I have recordings like ec2.DeleteVpnConnectionRoute_1.json and ec2.DeleteVpnConnectionRoute_2.json already recorded then a recording for ec2.DeleteVpnConnection1.json will never be created because the longer ones are matched by the file glob. Fixed by adding '' to the end of the base_name to eliminate longer camel case recording names. Works for my use case but probably needs testing.
… a recording name that already exists
If I have recordings like ec2.DeleteVpnConnectionRoute_1.json and ec2.DeleteVpnConnectionRoute_2.json already recorded then a recording for ec2.DeleteVpnConnection1.json will never be created because the longer ones are matched by the file glob. Fixed by adding '' to the end of the base_name to eliminate longer camel case recording names. Works for my use case but probably needs testing.