aws-solutions / aws-centralized-logging

Apache License 2.0
254 stars 104 forks source link

Where I can find the cl-transformer.zip? #35

Closed alexKoltman closed 3 years ago

alexKoltman commented 3 years ago

Hi,

I took a look on your implementation of:

https://github.com/awslabs/aws-centralized-logging/blob/master/source/resources/lib/cl-primary-stack.ts

here you are using a lambda-transformer with:

code: Code.fromAsset( "../../source/services/transformer/dist/cl-transformer.zip" ),

Where can I find this zip? When I downloaded the project, I was not able to find it out.

Thanks

gsingh04 commented 3 years ago

Hello,

Here is the source code: https://github.com/awslabs/aws-centralized-logging/tree/master/source/services/transformer

alexKoltman commented 3 years ago

Thanks. :)