Skip to content

Instantly share code, notes, and snippets.

@hang15
Last active November 8, 2021 20:08
Show Gist options
  • Save hang15/fce1a783f92820b9230875987a7765ad to your computer and use it in GitHub Desktop.
Save hang15/fce1a783f92820b9230875987a7765ad to your computer and use it in GitHub Desktop.
def handler(event, context):
bucket_name = event['bucket']
object_key = event['object_key']
offset = event.get('offset', 0)
fieldnames = event.get('fieldnames', None)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment