Skip to content

Commit

Permalink
Remove unused interface and add comments
Browse files Browse the repository at this point in the history
  • Loading branch information
seratch committed Feb 24, 2021
1 parent 5d8b145 commit f5a32d3
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions src/receivers/AwsLambdaReceiver.ts
Original file line number Diff line number Diff line change
Expand Up @@ -43,11 +43,12 @@ export interface AwsLambdaReceiverOptions {
logLevel?: LogLevel;
}

export interface AwsLambdaReceiverInstallerOptions {
installPath?: string;
redirectUriPath?: string;
}

/*
* Receiver implementation for AWS API Gateway + Lambda apps
*
* Note that this receiver does not support Slack OAuth flow.
* For OAuth flow endpoints, deploy another Lambda function built with ExpressReceiver.
*/
export default class AwsLambdaReceiver implements Receiver {
private signingSecret: string;

Expand Down

0 comments on commit f5a32d3

Please sign in to comment.