Skip to content

Instantly share code, notes, and snippets.

@xximjasonxx
Created September 14, 2019 03:20
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 xximjasonxx/9bfcace1f48e8fd04d7286ad83992a30 to your computer and use it in GitHub Desktop.
Save xximjasonxx/9bfcace1f48e8fd04d7286ad83992a30 to your computer and use it in GitHub Desktop.
var jsonEvent = JObject.Parse(evnt.Records?[0].Sns.Message);
if (jsonEvent.Value<string>("Event") == "s3:TestEvent")
return;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment