Skip to content

Commit

Permalink
feat: operationIdToLambdaName mapping + unit test reconstruct
Browse files Browse the repository at this point in the history
  • Loading branch information
martin.mueller committed Nov 25, 2020
1 parent 1f8065e commit 317dcb3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import * as cdk from '@aws-cdk/core';
import * as yaml from 'js-yaml';

export interface AlpsSpecRestApiProps {
/**
/**
* Optional mapping from openApi spec operationId to Lambda name.
* Per default it uses a Lambda integration with using the openApi spec operationId property as Lambda name
*/
Expand Down

0 comments on commit 317dcb3

Please sign in to comment.