我在通过时遇到问题
request_parameters = {"method.request.header.User":"context.authorizer.User"}
进入 HttpIntegation:
httpintegration = _apigw.HttpIntegration(url_auth + '/logout', proxy=True, options=request_parameters({"integration.request.header.User":"$context.authorizer.User"}))
我有 :
TypeError: 'dict' object is not callable Subprocess exited with error 1 Using: cdk python.
慕田峪7331174
相关分类