Skip to content

Instantly share code, notes, and snippets.

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$$
@hswapnil
hswapnil / gist:62315cfc990534f3e7f7ceb686df5604
Created December 12, 2024 07:48
use this gist to check existing key pairs in secret manager
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