pulumi / pulumi-aws-apigateway

Apache License 2.0
10 stars 5 forks source link

Add example with custom authorizer lambda #154

Closed flostadler closed 2 weeks ago

flostadler commented 2 weeks ago

We were missing an example with a custom authorizer.

The added example includes a dummy authentication check (just checks whether the bearer token is present).

relates to #152