Conny Strecker
Results
2
comments of
Conny Strecker
Hi, I upgraded the aws-lambda-router in an old JS project and checked the responses with different action return values. ``` exports.handler = router.handler({ proxyIntegration: { cors: true, routes: [ {...
Sorry, I've tested it in an old JS project. In old Typescript projects you can simply use `action: (request: any): any => ({isFoobar: true })` or `action: (request: any): ProxyIntegrationResult...