-
-
Save KyMidd/b9ea8e87ac64ac49bc60d494a144f854 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # 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