Last active
November 8, 2021 20:08
-
-
Save hang15/fce1a783f92820b9230875987a7765ad 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
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