Update apex.js to fix CI.

This commit is contained in:
Simon Buchan
2018-02-08 10:19:46 +13:00
parent 17e9857f8d
commit 7bfcc391df
2 changed files with 2 additions and 2 deletions

View File

@@ -1,4 +1,4 @@
import * as λ from "apex.js";
import λ = require("apex.js");
const handler = λ((event, context) => {
console.log("Event: " + JSON.stringify(event));

View File

@@ -2,7 +2,7 @@
// Project: https://github.com/apex/node-apex
// Definitions by: Yoriki Yamaguchi <https://github.com/y13i>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
// TypeScript Version: 2.2
// TypeScript Version: 2.3
/// <reference types="aws-lambda" />