This repository was archived by the owner on Aug 8, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
2
2
[ ![ Build Status] ( https://travis-ci.org/spring-media/aws-lambda-router.svg?branch=master )] ( https://travis-ci.org/spring-media/aws-lambda-router )
3
3
[ ![ npm version] ( https://badge.fury.io/js/aws-lambda-router.svg )] ( https://badge.fury.io/js/aws-lambda-router )
4
- [ ![ dependencies] ( https://david-dm.org/WeltN24 /aws-lambda-router.svg )] ( https://www.npmjs.com/package/aws-lambda-router )
4
+ [ ![ dependencies] ( https://david-dm.org/spring-media /aws-lambda-router.svg )] ( https://www.npmjs.com/package/aws-lambda-router )
5
5
6
6
## aws-lambda-router
7
7
Original file line number Diff line number Diff line change 1
1
// Type definitions for aws-lambda-router
2
- // Project: github.com/WeltN24 /aws-lambda-router
2
+ // Project: github.com/spring-mediaof 'RouteConfig /aws-lambda-router
3
3
4
4
export function handler ( routeConfig : RouteConfig ) : any ;
5
5
@@ -28,6 +28,6 @@ export interface SnsConfig {
28
28
}
29
29
30
30
export interface RouteConfig {
31
- proxyIntegration : ProxyIntegrationConfig ;
32
- sns : SnsConfig ;
31
+ proxyIntegration ? : ProxyIntegrationConfig ;
32
+ sns ? : SnsConfig ;
33
33
}
You can’t perform that action at this time.
0 commit comments