-
-
Save KyMidd/c78e4e74327b58d6580ce2bd874d611c 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) | |
| # Validate the signature | |
| validate_signature(GITHUB_SECRET, event, body) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment