Skip to content

Commit

Permalink
test(cli): adding lqlv2 test resource (#439)
Browse files Browse the repository at this point in the history
ALLY-521
  • Loading branch information
hazedav authored Jun 8, 2021
1 parent 714f97b commit df22443
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions integration/test_resources/lql/MyLQL.lql
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
--- This query produces a web (github) hosted object for "lacework query" integration testing
--- Specifically: TestQueryRunURL
MyLQL {
source {
CloudTrailRawEvents
}
return {
INSERT_ID
}
}

0 comments on commit df22443

Please sign in to comment.