There is a small typo in the URI, you have invocation
instead of invocations
it should be
Target: arn:aws:apigateway:{region}:lambda:path/2015-03-31/functions/arn:aws:lambda:{region}:{account-id}:function:{function-name}/invocations
but you have
IntegrationUri: !Sub "arn:aws:apigateway:${AWS::Region}:lambda:path/2015-03-31/functions/arn:aws:lambda:${AWS::Region}:${AWS::AccountId}:function:router-dev/invocation"
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…