Skip to content

Instantly share code, notes, and snippets.

@KyMidd
Last active May 3, 2023 01:32
Show Gist options
  • Select an option

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

Select an option

Save KyMidd/b9ea8e87ac64ac49bc60d494a144f854 to your computer and use it in GitHub Desktop.
# Main function
def lambda_handler(event, context):
(removed)
# Check event action. If new repo added, get repo name. Else, exit
repo_name = check_event_action(body)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment