Class: ContextWrapperFilter

ContextWrapperFilter

new ContextWrapperFilter()

Last item in the filter chain as it actually fires the lambda context succeed() or fail() methods
Implements:
Source:

Methods

executePost(event, context, svContext)

If the lambda context in SVContext.lambda.context is of type `ContextWrapper` it files the `context.succeed()` call
Parameters:
Name Type Description
event Object The event for the skill (from lambda)
context OBject The context for the skill (from lambda)
svContext SVContext The context of the execution
Implements:
Source:

getName() → {String}

Returns the name of the filter. If not set, SkillVC will attempt to determine one for you and add the function to your object
Source:
Returns:
The name of the filter
Type
String