Created
December 19, 2019 13:28
-
-
Save selcukcihan/a602bfa0380523f409febc0dfe84a7ff to your computer and use it in GitHub Desktop.
AWS S3 için test event
This file contains 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
{ | |
"Records": [ | |
{ | |
"awsRegion": "us-east-1", | |
"s3": { | |
"bucket": { | |
"name": "sesler" | |
}, | |
"object": { | |
"key": "speech_20191219095654760.mp3" | |
} | |
} | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment