Skip to content
This repository was archived by the owner on Aug 8, 2024. It is now read-only.

Commit 6d502ea

Browse files
author
Jun-Zhe Lai
authored
Merge pull request #10 from spring-media/typescript-types-update
Typescript types update
2 parents e0dea56 + d15c8e2 commit 6d502ea

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
[![Build Status](https://travis-ci.org/spring-media/aws-lambda-router.svg?branch=master)](https://travis-ci.org/spring-media/aws-lambda-router)
33
[![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)
55

66
## aws-lambda-router
77

index.d.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// Type definitions for aws-lambda-router
2-
// Project: github.com/WeltN24/aws-lambda-router
2+
// Project: github.com/spring-mediaof 'RouteConfig/aws-lambda-router
33

44
export function handler(routeConfig: RouteConfig): any;
55

@@ -28,6 +28,6 @@ export interface SnsConfig {
2828
}
2929

3030
export interface RouteConfig {
31-
proxyIntegration: ProxyIntegrationConfig;
32-
sns: SnsConfig;
31+
proxyIntegration?: ProxyIntegrationConfig;
32+
sns?: SnsConfig;
3333
}

0 commit comments

Comments
 (0)