Skip to content

Commit 5c7bb0b

Browse files
committed
lambda
1 parent fc7d2ff commit 5c7bb0b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

cloudwatch-logs.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import rabbit from './rabbit.js'
55
let counter = 0
66
const lines = []
77

8-
const regExp = /"fixTime":"(2025-09-22T07[^"]*)"/
8+
const regExp = /"fixTime":"(2025-09-22T17[^"]*)"/
99
async function processLines () {
1010
for (const jsonStr of lines) {
1111
try {

rabbit.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
const amqplib = require('amqplib')
22
let _connection = null
3-
let _channel = getChannel('eb-node-express-2')
3+
let _channel = getChannel('logs-processor')
44
.catch(e => console.error('ERROR INIT _channel', e.message))
55
createQueues()
66
.catch(e => console.error('ERROR INIT createQueues', e.message))

0 commit comments

Comments
 (0)