source/lambda/sfn-iot-mr-thing-group-crud/lambda_function.py [45:53]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
                thingGroupName=thing_group_name,
                thingGroupProperties={
                    'thingGroupDescription': description,
                    'attributePayload': {
                        'attributes': attrs,
                        'merge': merge
                    }
                }
            )
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



source/lambda/sfn-iot-mr-thing-group-crud/lambda_function.py [79:87]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
            thingGroupName=thing_group_name,
            thingGroupProperties={
                'thingGroupDescription': description,
                'attributePayload': {
                    'attributes': attrs,
                    'merge': merge
                }
            }
        )
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



