Skip to content

Instantly share code, notes, and snippets.

@ranman
Created October 3, 2017 05:55
Show Gist options
  • Select an option

  • Save ranman/988b7033e26922c6e5fd900d79976de3 to your computer and use it in GitHub Desktop.

Select an option

Save ranman/988b7033e26922c6e5fd900d79976de3 to your computer and use it in GitHub Desktop.
from botocore.vendored import requests
def lambda_handler(event, context):
return requests.head(event['url']).status_code
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment