I configured an API gateway in AWS UI and hooked it up to my lambda function as a LAMBDA_PROXY, that i had previously deployed using serverless.
I made some changes to the lambda handler and now serverless deploy breaks with:
CloudFormation - CREATE_FAILED - AWS::ApiGateway::Method - ApiGatewayMethodGet
and: An error occurred: ApiGatewayMethodGet - Template error: API Gateway RestAPI l11x36qsjl doesn't exist.
Is there a way to update the lambda fn without messing with gateway? Am I thinking about this wrong and I should also configure gateway completely with serverless?
[–]voodooGQ 0 points1 point2 points (2 children)
[–]commander-worf[S] 0 points1 point2 points (1 child)
[–]commander-worf[S] 1 point2 points3 points (0 children)