This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | Implementation - Sentinel Project Design and Documentation | |
| Problem Statement | |
| This document will be used to document the design and description of workflows related to the Sentinel project, which is a new initiative by DLV to deliver improved customer experience by partnering with the local logistics players to offload certain type of last-mile load to the local players, which will help us to deliver improved customer experience by leveraging their capabilities, also to help us reduce congestion in our network and to co-exist with the local players in competitive market. | |
| Tech Arch | |
| $$Tech Arch Link$$ | 
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | import json | |
| import boto3 | |
| from botocore.config import Config | |
| secret_id = "axis_integration"#ondc-integration" #axis_integration " #,scan-push-service" | |
| region = "ap-south-1" | |
| config = Config( | |
| retries={ | |
| 'max_attempts': 1 |