nbransby / dialogue-builder-example

Example of using https://github.com/nbransby/dialogue-builder

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

lambdaContext does not exist on type 'Request'

yipcma opened this issue · comments

> tsc && serverless deploy function -f pointless-bot -l


10         apiRequest.lambdaContext.callbackWaitsForEmptyEventLoop = true;
                      ~~~~~~~~~~~~~

bot.ts(10,20): error TS2339: Property 'lambdaContext' does not exist on type 'Request'.