update
This commit is contained in:
@@ -34,7 +34,7 @@ def table_from_arn(arn: str) -> str:
|
||||
return arn_.resource.split('/')[0]
|
||||
|
||||
|
||||
# Post-migration: remove the following line
|
||||
# Post-migration: remove the following lines
|
||||
def sanitize(obj):
|
||||
if isinstance(obj, dict):
|
||||
return {k.replace(':', '__'): sanitize(v) for k, v in obj.items()}
|
||||
|
||||
Reference in New Issue
Block a user