Skip to content

Commit

Permalink
chore: update method name
Browse files Browse the repository at this point in the history
  • Loading branch information
retgits committed Mar 11, 2020
1 parent ae95527 commit c8a8fe8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aws-go-lambda-gateway/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ func main() {
}

// Add a method to the API Gateway.
_, err = apigateway.NewMethod(ctx, "GetMethod", &apigateway.MethodArgs{
_, err = apigateway.NewMethod(ctx, "AnyMethod", &apigateway.MethodArgs{
HttpMethod: pulumi.String("ANY"),
Authorization: pulumi.String("NONE"),
RestApi: gateway.ID(),
Expand Down

0 comments on commit c8a8fe8

Please sign in to comment.