Skip to content

Commit

Permalink
Updated usage.
Browse files Browse the repository at this point in the history
  • Loading branch information
rogelio-o committed Dec 25, 2017
1 parent 9240787 commit 9959239
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@ import { AWSHandler } from "lambda-framework-aws";

const app: IApp = new App();
...
export.handler = AWSHandler(app);
const handler: AWSHandler = new AWSHandler(app);
export.handler = handler.handle;
```

### Using S3 to retrieve the templates
Expand Down

0 comments on commit 9959239

Please sign in to comment.