Skip to content

Instantly share code, notes, and snippets.

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

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

Select an option

Save KyMidd/c78e4e74327b58d6580ce2bd874d611c to your computer and use it in GitHub Desktop.
# 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