MCPcopy Create free account
hub / github.com/aws-samples/aws-lambda-extensions / ExtensionEvent

Enum ExtensionEvent

csharp-example-extension/ExtensionEvent.cs:9–13  ·  view source on GitHub ↗

Enum to define all possible event types, so that we do not deal with strings in the rest of the code.

Source from the content-addressed store, hash-verified

7 /// Enum to define all possible event types, so that we do not deal with strings in the rest of the code.
8 /// </summary>
9 public enum ExtensionEvent
10 {
11 INVOKE,
12 SHUTDOWN,
13 }
14}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected