sparse-intern-71089
10/21/2019, 10:55 AMtall-librarian-49374
10/21/2019, 11:29 AMCallback without CallbackFunction?happy-parrot-60128
10/21/2019, 1:27 PMaws.cloudwatch.EventRuleEventSubscription you can specify a callback directly rather than creating a CallbackFunction Lambda.happy-parrot-60128
10/21/2019, 1:28 PMonObjectCreated for an S3 buckethappy-parrot-60128
10/21/2019, 1:29 PMCallback is defined as type Callback<E, R> = (event: E, context: Context, callback: (error?: any, result?: R) => void) => Promise<R> | voidhappy-parrot-60128
10/21/2019, 1:29 PMLambdaFunctiontall-librarian-49374
10/21/2019, 1:32 PMCallbackFunction to change the runtime.