Skip to content

Instantly share code, notes, and snippets.

@KyMidd
Created May 3, 2023 01:51
Show Gist options
  • Select an option

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

Select an option

Save KyMidd/52b3c47f97c821b91c040a00257d6255 to your computer and use it in GitHub Desktop.
# Main function
def lambda_handler(event, context):
(removed)
# Print happy joy joy
print("🚀 Successfully started repo cop workflow targeting repo: " + repo_name)
# Return response code
return return_response_code()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment