Skip to content

Instantly share code, notes, and snippets.

@KyMidd
Created August 7, 2022 14:39
Show Gist options
  • Select an option

  • Save KyMidd/37b96b2ab87f1226f34f8cfe06a59479 to your computer and use it in GitHub Desktop.

Select an option

Save KyMidd/37b96b2ab87f1226f34f8cfe06a59479 to your computer and use it in GitHub Desktop.
# Find all secret based on search string
for secret_search_string in SECRETS_SEARCH_INPUT:
print("We are searching for:", secret_search_string, "with wildcard matching")
# Parse ARN into individual components
parse_arn(secret_search_string)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment