Last active
November 14, 2017 22:49
-
-
Save mikebroberts/83940792b07f20850f7def33697fd784 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
public void handler(S3Put input) { | |
final String key = input.Records.get(0).s3.object.key; | |
System.out.println("S3 PUT happened! Key was: " + key); | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment