joeduffy
5967259795
Add license headers
2018-05-22 15:02:47 -07:00
Pat Gavlin
a23b10a9bf
Update the copyright end date to 2018. ( #1068 )
...
Just what it says on the tin.
2018-03-21 12:43:21 -07:00
Matthew Riley
b0905d99aa
Fix long line
2018-01-30 10:52:42 -08:00
Matthew Riley
c74db59231
Keep embedded newlines in Lambda log messages
...
Set the `s` flag in the regexp so `.` matches `\n`.
Add an explicit `\n` to the regexp to account for the newline inserted by Lambda.
2018-01-29 23:33:59 -08:00
Luke Hoban
bc95745fb6
Update regexp to match changes in AWS generated names ( #760 )
...
Also keeps support for older name generation pattern.
2017-12-22 14:49:42 -08:00
Luke Hoban
90c7305f55
Update logs after changes in pulumi/cloud names ( #684 )
2017-12-09 17:27:43 -08:00
Luke Hoban
65c9025480
Address PR feedback on #600 ( #611 )
2017-11-28 12:54:36 -08:00
Luke Hoban
e8a8bfb2c5
Fix lint errors
2017-11-22 13:08:19 -08:00
Luke Hoban
098c90419a
Use correct source ID for logs from LogCollector
...
We have to reverse engineer the name from the soruce LogGroup information since that is all we got at runtime, but luckily that is sufficient given current name generation approach.
This kind of code is *very* sensitive to any changes to automatic name generation - but that is likely inevitable at this layer.
2017-11-22 12:47:40 -08:00
Luke Hoban
16ccc67654
Incorporate logs from logCollector
...
Also allow AWS Lambda Function logs to be projected in raw form, but filtered/formatted by higher level layers.
2017-11-20 13:31:20 -08:00