src/main.py [192:200]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
            Here you can route messages to this or an external module based on the 
            increasingly specific detail provided in the request/response 
            and command message fields as prescribed in this AWS Greengrass SDK
            (see pubsub_message.py).

            In this example we just route to a message processor based on request/response type. 
        '''

        if reqres == 'request':
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



src/main.py [210:218]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
            Here you can route messages to this or an external module based on the 
            increasingly specific detail provided in the request/response 
            and command message fields as prescribed in this AWS Greengrass SDK
            (see pubsub_message.py).

            In this example we just route to a message processor based on request/response type. 
        '''

        if reqres == 'request':
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



