Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
bbilger authored Oct 9, 2016
1 parent 01d003a commit dc71b6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ Create a new API in API Gateway using `Lambda Function Proxy` and add a method u
],
"responses": {},
"x-amazon-apigateway-integration": {
"uri": "arn:aws:apigateway:YOUR_REGION:lambda:path/2015-03-31/functions/arn:aws:lambda:YOUR_REGION:YOUR_ID:function:MyFunction/YOUR_FUNCTION_NAME",
"uri": "arn:aws:apigateway:YOUR_REGION:lambda:path/2015-03-31/functions/arn:aws:lambda:YOUR_REGION:YOUR_ID:function:YOUR_FUNCTION_NAME/invocations",
"passthroughBehavior": "when_no_match",
"httpMethod": "POST",
"responses": {
Expand Down

0 comments on commit dc71b6e

Please sign in to comment.