Fix cloudwatch config

This commit is contained in:
Juan Tejada 2016-07-08 18:48:52 -07:00
parent 4ce68e3dd4
commit 600245ebcb

View file

@ -14,8 +14,8 @@ function getLogStreams(name, env) {
const cloudwatchStream = { const cloudwatchStream = {
stream: createCWStream({ stream: createCWStream({
logGroup: `k2-${env}`, logGroupName: `k2-${env}`,
logStream: `${name}-${env}`, logStreamName: `${name}-${env}`,
cloudWatchLogsOptions: { cloudWatchLogsOptions: {
region: 'us-east-1', region: 'us-east-1',
}, },