Skip to content

Commit ca4cf9a

Browse files
committed
remove placeholder blurb
1 parent 78f1441 commit ca4cf9a

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed

lambdas/authorizer/src/authorizer.ts

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,3 @@
1-
// A simple request-based authorizer example to demonstrate how to use request
2-
// parameters to allow or deny a request. In this example, a request is
3-
// authorized if the client-supplied HeaderAuth1 header and stage variable of StageVar1
4-
// both match specified values of 'headerValue1' and 'stageValue1', respectively.
5-
//
6-
// Example curl request (replace <api-url> and <stage> as appropriate):
7-
//
8-
// curl -H "HeaderAuth1: headerValue1" \
9-
// "<api-url>/<stage>/your-resource"
10-
//
11-
12-
// See https://docs.aws.amazon.com/apigateway/latest/developerguide/apigateway-use-lambda-authorizer.html for the original JS documentation
13-
141
import {APIGatewayAuthorizerResult, APIGatewayEventClientCertificate, APIGatewayRequestAuthorizerEvent, APIGatewayRequestAuthorizerEventHeaders, APIGatewayRequestAuthorizerHandler,
152
Callback, Context } from 'aws-lambda';
163
import { Deps } from './deps';

0 commit comments

Comments
 (0)