-
Notifications
You must be signed in to change notification settings - Fork 116
Closed
Labels
kind/enhancementImprovements to existing feature.Improvements to existing feature.
Description
Expected behavior
The ClientContext
is often of well known shape:
It should handle the typing more gracefully I think, see docs:
https://docs.aws.amazon.com/lambda/latest/dg/nodejs-context.html
See also: #167 (comment) for discussion on this
Actual behavior
It's a String today:
let clientContext: String?
Metadata
Metadata
Assignees
Labels
kind/enhancementImprovements to existing feature.Improvements to existing feature.