File tree Expand file tree Collapse file tree 1 file changed +0
-4
lines changed Expand file tree Collapse file tree 1 file changed +0
-4
lines changed Original file line number Diff line number Diff line change @@ -27,9 +27,6 @@ func (c *LambdaLogTable) Identifier() string {
2727
2828func  (c  * LambdaLogTable ) GetSourceMetadata () ([]* table.SourceMetadata [* LambdaLog ], error ) {
2929	defaultS3ArtifactConfig  :=  & artifact_source_config.ArtifactSourceConfigImpl {
30- 		// TODO: There is not specific file layout for the lambda logs. 
31- 		// Also we can't directly store logs in S3 bucket. 
32- 		// Does the file layout looks good? 
3330		FileLayout : utils .ToStringPointer ("AWSLogs/(%{DATA:org_id}/)?%{NUMBER:account_id}/%{DATA:region}/%{DATA:function_name}/%{YEAR:year}/%{MONTHNUM:month}/%{MONTHDAY:day}/%{HOUR:hour}/%{DATA}.log.zst" ),
3431	}
3532
@@ -49,7 +46,6 @@ func (c *LambdaLogTable) GetSourceMetadata() ([]*table.SourceMetadata[*LambdaLog
4946			Mapper :     & LambdaLogMapper {},
5047		},
5148		{	
52- 			// TODO: Should we keep this as we can't download the logs to local from log streams. 
5349			// any artifact source 
5450			SourceName : constants .ArtifactSourceIdentifier ,
5551			Mapper :     & LambdaLogMapper {},
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments