sparse-intern-71089
11/04/2018, 12:15 PMwhite-balloon-205
const settings = new aws.apigateway.MethodSettings(name, {
restApi: api,
stageName: stageName,
methodPath: "*/*",
settings: [{
metricsEnabled: true,
loggingLevel: "INFO",
}],
});
See also https://github.com/pulumi/pulumi-cloud/issues/319 where we were discussing how to enable this by default in the @pulumi/cloud
wrappers over API Gateway - which also calls out the need for account level configuration for this to work.eager-area-86739
11/04/2018, 9:55 PM