You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
node_modules/@serverless/event-mocks/dist/index.d.ts:2:48 - error TS2305: Module '"../../../@types/aws-lambda"' has no exported member 'CloudWatchEvent'.
import { AlexaSmartHomeEvent, AlexaSkillEvent, CloudWatchEvent } from "aws-lambda";
It seems like lib/types/aws-lambda/index.d.ts extends aws-lambda, but these extensions are not published as part of the package.
The text was updated successfully, but these errors were encountered:
I keep getting this error when using the library:
It seems like lib/types/aws-lambda/index.d.ts extends
aws-lambda
, but these extensions are not published as part of the package.The text was updated successfully, but these errors were encountered: