Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 369 Bytes

File metadata and controls

12 lines (10 loc) · 369 Bytes

Python_API

Working on API using Python

REST API Projects

  • Build a Weather CLI App With Python

secrets_mgr.py

Python script to pull key, value from AWS Secrets Manager. Return a cleartext secret JSON string.

  • :param secret_name:
  • :return: Dict of cleartext secret values
  • : rasise AWS SDK exception Note :- aws cli needs to be install and configured