SDK for processing EkaCare webhook events
config.env
).CLIENT_ID
: Your client ID for authentication (required)CLIENT_SECRET
: Your client secret for authentication (required)SIGNING_KEY
:
IS_SIGNING_KEY_IMPLEMENTED
is set to True
in constants.py
API_KEY
:
IS_SIGNING_KEY_IMPLEMENTED = False
in the constants.py
file.
Ensure all required environment variables are set before deploying or running the application.
constants.py
IS_SIGNING_KEY_IMPLEMENTED
in constants.py
:True
: Enable signature verification (recommended for production)False
: Disable signature verification (use only for testing)curl
and unzip
installedexport your AWS credentials
if using IAM Identity Center.
config.env
file with the necessary configuration values.