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
Copy file name to clipboardExpand all lines: README.md
+5Lines changed: 5 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1300,6 +1300,11 @@ If you are using persistent connections in your function routes (such as AWS RDS
1300
1300
## TypeScript Support
1301
1301
An `index.d.ts` declaration file has been included for use with your TypeScript projects (thanks @hassankhan). Please feel free to make suggestions and contributions to keep this up-to-date with future releases.
1302
1302
1303
+
```javascript
1304
+
// import Lambda API and TypeScript definitions
1305
+
importAPIfrom'lambda-api'
1306
+
```
1307
+
1303
1308
## Contributions
1304
1309
Contributions, ideas and bug reports are welcome and greatly appreciated. Please add [issues](https://github.com/jeremydaly/lambda-api/issues) for suggestions and bug reports or create a pull request.
0 commit comments