Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add ProviderArns to AWS::ApiGateway::Authorizer #158

Merged
merged 2 commits into from
Apr 19, 2017

Conversation

ericbmerritt
Copy link
Contributor

Better to say that the AuthorizerUri is only required in cases where a
Lambda function is providing the authorization.

http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-authorizer.html

``` The authorizer's Uniform Resource Identifier (URI). If you specify
TOKEN for the authorizer's Type property, specify a Lambda function
URI, which has the form
arn:aws:apigateway:region:lambda:path/path. The path usually has the
form /2015-03-31/functions/LambdaFunctionARN/invocations.

Required: Conditional. Specify this property for Lambda functions only.

Type: String
```
@bkrodgers
Copy link
Contributor

LGTM, thanks!

@bkrodgers bkrodgers merged commit c78ef5a into Bayer-Group:master Apr 19, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants