Skip to content

Instantly share code, notes, and snippets.

@mikebroberts
Last active November 14, 2017 22:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mikebroberts/83940792b07f20850f7def33697fd784 to your computer and use it in GitHub Desktop.
Save mikebroberts/83940792b07f20850f7def33697fd784 to your computer and use it in GitHub Desktop.
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