Diego Navarro M

Results 1 comments of Diego Navarro M

Yes, try this: ``` var config = { apiVersion: '2017-10-25', accessKeyId : 'PUT_YOUR_KEY', secretAccessKey : 'PUT_YOUR_SECRET', region : 'us-east-1' } var CostExplorer = require('aws-cost-explorer'); var ce = CostExplorer(config); var opts...