athena-query-result-parser 0.1.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1,26 @@
1
+ {
2
+ "name": "dev-athena-query-result-parser",
3
+ "image": "mcr.microsoft.com/devcontainers/base:bookworm",
4
+ "features": {
5
+ "ghcr.io/devcontainers/features/common-utils:2": {
6
+ "username": "developer",
7
+ "upgradePackages": true
8
+ },
9
+ "ghcr.io/devcontainers/features/git:1": {},
10
+ "ghcr.io/devcontainers/features/node:1": {
11
+ "version": "24"
12
+ }
13
+ },
14
+ "workspaceMount": "source=${localWorkspaceFolder},target=/workspace,type=bind",
15
+ "workspaceFolder": "/workspace",
16
+ "mounts": [
17
+ "target=/workspace/node_modules"
18
+ ],
19
+ "remoteUser": "developer",
20
+ "remoteEnv": {
21
+ "npm_config_loglevel": "error"
22
+ },
23
+ "postCreateCommand": {
24
+ "fixVolumePerms": "sudo chown -R $(whoami): /workspace"
25
+ }
26
+ }
package/LICENSE ADDED
@@ -0,0 +1,202 @@
1
+
2
+ Apache License
3
+ Version 2.0, January 2004
4
+ http://www.apache.org/licenses/
5
+
6
+ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
7
+
8
+ 1. Definitions.
9
+
10
+ "License" shall mean the terms and conditions for use, reproduction,
11
+ and distribution as defined by Sections 1 through 9 of this document.
12
+
13
+ "Licensor" shall mean the copyright owner or entity authorized by
14
+ the copyright owner that is granting the License.
15
+
16
+ "Legal Entity" shall mean the union of the acting entity and all
17
+ other entities that control, are controlled by, or are under common
18
+ control with that entity. For the purposes of this definition,
19
+ "control" means (i) the power, direct or indirect, to cause the
20
+ direction or management of such entity, whether by contract or
21
+ otherwise, or (ii) ownership of fifty percent (50%) or more of the
22
+ outstanding shares, or (iii) beneficial ownership of such entity.
23
+
24
+ "You" (or "Your") shall mean an individual or Legal Entity
25
+ exercising permissions granted by this License.
26
+
27
+ "Source" form shall mean the preferred form for making modifications,
28
+ including but not limited to software source code, documentation
29
+ source, and configuration files.
30
+
31
+ "Object" form shall mean any form resulting from mechanical
32
+ transformation or translation of a Source form, including but
33
+ not limited to compiled object code, generated documentation,
34
+ and conversions to other media types.
35
+
36
+ "Work" shall mean the work of authorship, whether in Source or
37
+ Object form, made available under the License, as indicated by a
38
+ copyright notice that is included in or attached to the work
39
+ (an example is provided in the Appendix below).
40
+
41
+ "Derivative Works" shall mean any work, whether in Source or Object
42
+ form, that is based on (or derived from) the Work and for which the
43
+ editorial revisions, annotations, elaborations, or other modifications
44
+ represent, as a whole, an original work of authorship. For the purposes
45
+ of this License, Derivative Works shall not include works that remain
46
+ separable from, or merely link (or bind by name) to the interfaces of,
47
+ the Work and Derivative Works thereof.
48
+
49
+ "Contribution" shall mean any work of authorship, including
50
+ the original version of the Work and any modifications or additions
51
+ to that Work or Derivative Works thereof, that is intentionally
52
+ submitted to Licensor for inclusion in the Work by the copyright owner
53
+ or by an individual or Legal Entity authorized to submit on behalf of
54
+ the copyright owner. For the purposes of this definition, "submitted"
55
+ means any form of electronic, verbal, or written communication sent
56
+ to the Licensor or its representatives, including but not limited to
57
+ communication on electronic mailing lists, source code control systems,
58
+ and issue tracking systems that are managed by, or on behalf of, the
59
+ Licensor for the purpose of discussing and improving the Work, but
60
+ excluding communication that is conspicuously marked or otherwise
61
+ designated in writing by the copyright owner as "Not a Contribution."
62
+
63
+ "Contributor" shall mean Licensor and any individual or Legal Entity
64
+ on behalf of whom a Contribution has been received by Licensor and
65
+ subsequently incorporated within the Work.
66
+
67
+ 2. Grant of Copyright License. Subject to the terms and conditions of
68
+ this License, each Contributor hereby grants to You a perpetual,
69
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
70
+ copyright license to reproduce, prepare Derivative Works of,
71
+ publicly display, publicly perform, sublicense, and distribute the
72
+ Work and such Derivative Works in Source or Object form.
73
+
74
+ 3. Grant of Patent License. Subject to the terms and conditions of
75
+ this License, each Contributor hereby grants to You a perpetual,
76
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
77
+ (except as stated in this section) patent license to make, have made,
78
+ use, offer to sell, sell, import, and otherwise transfer the Work,
79
+ where such license applies only to those patent claims licensable
80
+ by such Contributor that are necessarily infringed by their
81
+ Contribution(s) alone or by combination of their Contribution(s)
82
+ with the Work to which such Contribution(s) was submitted. If You
83
+ institute patent litigation against any entity (including a
84
+ cross-claim or counterclaim in a lawsuit) alleging that the Work
85
+ or a Contribution incorporated within the Work constitutes direct
86
+ or contributory patent infringement, then any patent licenses
87
+ granted to You under this License for that Work shall terminate
88
+ as of the date such litigation is filed.
89
+
90
+ 4. Redistribution. You may reproduce and distribute copies of the
91
+ Work or Derivative Works thereof in any medium, with or without
92
+ modifications, and in Source or Object form, provided that You
93
+ meet the following conditions:
94
+
95
+ (a) You must give any other recipients of the Work or
96
+ Derivative Works a copy of this License; and
97
+
98
+ (b) You must cause any modified files to carry prominent notices
99
+ stating that You changed the files; and
100
+
101
+ (c) You must retain, in the Source form of any Derivative Works
102
+ that You distribute, all copyright, patent, trademark, and
103
+ attribution notices from the Source form of the Work,
104
+ excluding those notices that do not pertain to any part of
105
+ the Derivative Works; and
106
+
107
+ (d) If the Work includes a "NOTICE" text file as part of its
108
+ distribution, then any Derivative Works that You distribute must
109
+ include a readable copy of the attribution notices contained
110
+ within such NOTICE file, excluding those notices that do not
111
+ pertain to any part of the Derivative Works, in at least one
112
+ of the following places: within a NOTICE text file distributed
113
+ as part of the Derivative Works; within the Source form or
114
+ documentation, if provided along with the Derivative Works; or,
115
+ within a display generated by the Derivative Works, if and
116
+ wherever such third-party notices normally appear. The contents
117
+ of the NOTICE file are for informational purposes only and
118
+ do not modify the License. You may add Your own attribution
119
+ notices within Derivative Works that You distribute, alongside
120
+ or as an addendum to the NOTICE text from the Work, provided
121
+ that such additional attribution notices cannot be construed
122
+ as modifying the License.
123
+
124
+ You may add Your own copyright statement to Your modifications and
125
+ may provide additional or different license terms and conditions
126
+ for use, reproduction, or distribution of Your modifications, or
127
+ for any such Derivative Works as a whole, provided Your use,
128
+ reproduction, and distribution of the Work otherwise complies with
129
+ the conditions stated in this License.
130
+
131
+ 5. Submission of Contributions. Unless You explicitly state otherwise,
132
+ any Contribution intentionally submitted for inclusion in the Work
133
+ by You to the Licensor shall be under the terms and conditions of
134
+ this License, without any additional terms or conditions.
135
+ Notwithstanding the above, nothing herein shall supersede or modify
136
+ the terms of any separate license agreement you may have executed
137
+ with Licensor regarding such Contributions.
138
+
139
+ 6. Trademarks. This License does not grant permission to use the trade
140
+ names, trademarks, service marks, or product names of the Licensor,
141
+ except as required for reasonable and customary use in describing the
142
+ origin of the Work and reproducing the content of the NOTICE file.
143
+
144
+ 7. Disclaimer of Warranty. Unless required by applicable law or
145
+ agreed to in writing, Licensor provides the Work (and each
146
+ Contributor provides its Contributions) on an "AS IS" BASIS,
147
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
148
+ implied, including, without limitation, any warranties or conditions
149
+ of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
150
+ PARTICULAR PURPOSE. You are solely responsible for determining the
151
+ appropriateness of using or redistributing the Work and assume any
152
+ risks associated with Your exercise of permissions under this License.
153
+
154
+ 8. Limitation of Liability. In no event and under no legal theory,
155
+ whether in tort (including negligence), contract, or otherwise,
156
+ unless required by applicable law (such as deliberate and grossly
157
+ negligent acts) or agreed to in writing, shall any Contributor be
158
+ liable to You for damages, including any direct, indirect, special,
159
+ incidental, or consequential damages of any character arising as a
160
+ result of this License or out of the use or inability to use the
161
+ Work (including but not limited to damages for loss of goodwill,
162
+ work stoppage, computer failure or malfunction, or any and all
163
+ other commercial damages or losses), even if such Contributor
164
+ has been advised of the possibility of such damages.
165
+
166
+ 9. Accepting Warranty or Additional Liability. While redistributing
167
+ the Work or Derivative Works thereof, You may choose to offer,
168
+ and charge a fee for, acceptance of support, warranty, indemnity,
169
+ or other liability obligations and/or rights consistent with this
170
+ License. However, in accepting such obligations, You may act only
171
+ on Your own behalf and on Your sole responsibility, not on behalf
172
+ of any other Contributor, and only if You agree to indemnify,
173
+ defend, and hold each Contributor harmless for any liability
174
+ incurred by, or claims asserted against, such Contributor by reason
175
+ of your accepting any such warranty or additional liability.
176
+
177
+ END OF TERMS AND CONDITIONS
178
+
179
+ APPENDIX: How to apply the Apache License to your work.
180
+
181
+ To apply the Apache License to your work, attach the following
182
+ boilerplate notice, with the fields enclosed by brackets "[]"
183
+ replaced with your own identifying information. (Don't include
184
+ the brackets!) The text should be enclosed in the appropriate
185
+ comment syntax for the file format. We also recommend that a
186
+ file or class name and description of purpose be included on the
187
+ same "printed page" as the copyright notice for easier
188
+ identification within third-party archives.
189
+
190
+ Copyright [yyyy] [name of copyright owner]
191
+
192
+ Licensed under the Apache License, Version 2.0 (the "License");
193
+ you may not use this file except in compliance with the License.
194
+ You may obtain a copy of the License at
195
+
196
+ http://www.apache.org/licenses/LICENSE-2.0
197
+
198
+ Unless required by applicable law or agreed to in writing, software
199
+ distributed under the License is distributed on an "AS IS" BASIS,
200
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
201
+ See the License for the specific language governing permissions and
202
+ limitations under the License.
package/README.md ADDED
@@ -0,0 +1,119 @@
1
+ # Athena Query Result Parser
2
+
3
+ A small TypeScript library that parses [Amazon Athena](https://aws.amazon.com/athena/) query result `ResultSet` objects (from `@aws-sdk/client-athena`) into header-based row objects. It handles metadata-driven headers, skips the header row when present, and supports custom row transformers.
4
+
5
+ ## Features
6
+
7
+ - **Header-based parsing**: Builds column names from `ResultSetMetadata.ColumnInfo` and maps each row to a key-value object.
8
+ - **Header row handling**: Automatically detects and skips the first row when it matches the header (once per parser instance).
9
+ - **Static helpers**: `headersFromMeta`, `rowToObject`, and `isHeaderRow` are exported for use without a parser instance.
10
+ - **Custom row parsing**: `parseResultSetWith<T>()` lets you transform each row with a custom function; rows that return `null` are filtered out.
11
+ - **Reusable parser**: Call `reset()` to clear state when reusing the parser for a new query.
12
+
13
+ ## Installation
14
+
15
+ ```bash
16
+ npm install athena-query-result-parser
17
+ # or
18
+ yarn add athena-query-result-parser
19
+ ```
20
+
21
+ **Peer dependency**: `@aws-sdk/client-athena` (v3). The library uses its types (`Row`, `ColumnInfo`, `ResultSet`).
22
+
23
+ ## Usage
24
+
25
+ ### Basic parsing
26
+
27
+ ```typescript
28
+ import { AthenaQueryResultParser } from 'athena-query-result-parser';
29
+ import type { ResultSet } from '@aws-sdk/client-athena';
30
+
31
+ const parser = new AthenaQueryResultParser();
32
+ const resultSet: ResultSet = getAthenaResultSet(); // from GetQueryResults, etc.
33
+
34
+ const rows = parser.parseResultSet(resultSet);
35
+ // rows: Array<Record<string, string | null>>
36
+ // e.g. [{ id: '1', name: 'Alice' }, { id: '2', name: 'Bob' }]
37
+ ```
38
+
39
+ The first row is skipped when it exactly matches the header (e.g. Athena sometimes returns a header row in `Rows`).
40
+
41
+ ### Custom row parser
42
+
43
+ Use `parseResultSetWith` to convert each row to a custom type and drop rows that return `null`:
44
+
45
+ ```typescript
46
+ import { AthenaQueryResultParser, type ParsedRow } from 'athena-query-result-parser';
47
+
48
+ type User = { id: string; name: string };
49
+
50
+ const parser = new AthenaQueryResultParser();
51
+ const rowParser = (row: ParsedRow): User | null => {
52
+ if (row.name == null || row.name === '') return null;
53
+ return { id: row.id ?? '', name: row.name };
54
+ };
55
+
56
+ const users = parser.parseResultSetWith(resultSet, rowParser);
57
+ // users: User[] (rows with empty name are omitted)
58
+ ```
59
+
60
+ ### Headers and reset
61
+
62
+ Headers are derived from `ResultSetMetadata.ColumnInfo` on the first `parseResultSet` (or you can set them with `initHeaders`). Use `reset()` when reusing the same parser for another query:
63
+
64
+ ```typescript
65
+ parser.parseResultSet(resultSet1);
66
+ // ...
67
+ parser.reset();
68
+ parser.parseResultSet(resultSet2);
69
+ ```
70
+
71
+ ### Static helpers
72
+
73
+ You can use the static functions without creating a parser:
74
+
75
+ ```typescript
76
+ import {
77
+ headersFromMeta,
78
+ rowToObject,
79
+ isHeaderRow,
80
+ } from 'athena-query-result-parser';
81
+ import type { ColumnInfo, Row } from '@aws-sdk/client-athena';
82
+
83
+ const headers = headersFromMeta(columnInfo); // string[]
84
+ const obj = rowToObject(row, headers); // ParsedRow
85
+ const isHeader = isHeaderRow(row, headers); // boolean
86
+ ```
87
+
88
+ ## API
89
+
90
+ ### Types
91
+
92
+ - **`ParsedRow`**: `Record<string, string | null>` — one parsed row (column name → value or `null`).
93
+ - **`RowParser<T>`**: `(row: ParsedRow) => T | null` — custom row transformer; return `null` to exclude the row.
94
+
95
+ ### Class: `AthenaQueryResultParser`
96
+
97
+ | Method | Description |
98
+ |--------|-------------|
99
+ | `initHeaders(columnInfo)` | Set headers from `ColumnInfo` (no-op if already set). |
100
+ | `getHeaders()` | Current headers or `null` until initialized. |
101
+ | `parseResultSet(resultSet)` | Parse rows from a `ResultSet`; returns `ParsedRow[]`. Skips header row once per instance. |
102
+ | `parseResultSetWith<T>(resultSet, rowParser)` | Parse and transform with `rowParser`; returns `T[]` (nulls filtered out). |
103
+ | `reset()` | Clear headers and internal state for reuse. |
104
+
105
+ ### Static methods (also exported as standalone)
106
+
107
+ - **`headersFromMeta(columnInfo)`**: Build header array from `ColumnInfo`; missing names become `col_0`, `col_1`, …
108
+ - **`rowToObject(row, headers)`**: Convert one `Row` to a `ParsedRow` using the given headers.
109
+ - **`isHeaderRow(row, headers)`**: Return `true` if the row’s cells match the headers.
110
+
111
+ ## Requirements
112
+
113
+ - Node.js >= 20
114
+ - TypeScript (for types)
115
+ - `@aws-sdk/client-athena` (v3)
116
+
117
+ ## License
118
+
119
+ This project is licensed under the Apache-2.0 License.
package/lib/index.d.ts ADDED
@@ -0,0 +1,65 @@
1
+ import type { Row, ColumnInfo, ResultSet } from '@aws-sdk/client-athena';
2
+ /**
3
+ * Type for a parsed row (key = column name, value = string or null).
4
+ */
5
+ export type ParsedRow = Record<string, string | null>;
6
+ /**
7
+ * Type for a custom row parser that converts ParsedRow to T (or null to skip).
8
+ */
9
+ export type RowParser<T> = (row: ParsedRow) => T | null;
10
+ /**
11
+ * AthenaQueryResultParser
12
+ * Parses Athena query result ResultSet into header-based row objects.
13
+ */
14
+ export declare class AthenaQueryResultParser {
15
+ /**
16
+ * Build header array from ResultSetMetadata.
17
+ * @param columnInfo - ColumnInfo array from Athena ResultSetMetadata
18
+ * @returns Header string array
19
+ */
20
+ static headersFromMeta(columnInfo: ColumnInfo[]): string[];
21
+ /**
22
+ * Convert an Athena Row into a key-value object using headers.
23
+ * @param row - Athena Row
24
+ * @param headers - Header array
25
+ * @returns Parsed row object
26
+ */
27
+ static rowToObject(row: Row, headers: string[]): ParsedRow;
28
+ /**
29
+ * Check if the row is the header row (all cells match headers).
30
+ * @param row - Athena Row
31
+ * @param headers - Header array
32
+ * @returns true if the row is the header row
33
+ */
34
+ static isHeaderRow(row: Row, headers: string[]): boolean;
35
+ private headers;
36
+ private headerRowDropped;
37
+ constructor();
38
+ /**
39
+ * Initialize headers from column metadata (idempotent; only sets when not already set).
40
+ * @param columnInfo - ColumnInfo array
41
+ */
42
+ initHeaders(columnInfo: ColumnInfo[]): void;
43
+ /**
44
+ * Get the current headers (null until initHeaders/parseResultSet is called).
45
+ */
46
+ getHeaders(): string[] | null;
47
+ /**
48
+ * Parse rows from a ResultSet (skips header row automatically, once per parser instance).
49
+ * @param resultSet - Athena ResultSet
50
+ * @returns Array of parsed row objects
51
+ */
52
+ parseResultSet(resultSet: ResultSet | undefined): ParsedRow[];
53
+ /**
54
+ * Parse ResultSet and transform each row with a custom parser (null results are filtered out).
55
+ * @param resultSet - Athena ResultSet
56
+ * @param rowParser - Custom row parser
57
+ * @returns Array of parsed results (nulls filtered out)
58
+ */
59
+ parseResultSetWith<T>(resultSet: ResultSet | undefined, rowParser: RowParser<T>): T[];
60
+ /**
61
+ * Reset parser state (headers and header-row-dropped flag). Use when reusing for a new query.
62
+ */
63
+ reset(): void;
64
+ }
65
+ export declare const headersFromMeta: typeof AthenaQueryResultParser.headersFromMeta, rowToObject: typeof AthenaQueryResultParser.rowToObject, isHeaderRow: typeof AthenaQueryResultParser.isHeaderRow;
package/lib/index.js ADDED
@@ -0,0 +1,113 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.isHeaderRow = exports.rowToObject = exports.headersFromMeta = exports.AthenaQueryResultParser = void 0;
4
+ /**
5
+ * AthenaQueryResultParser
6
+ * Parses Athena query result ResultSet into header-based row objects.
7
+ */
8
+ class AthenaQueryResultParser {
9
+ /**
10
+ * Build header array from ResultSetMetadata.
11
+ * @param columnInfo - ColumnInfo array from Athena ResultSetMetadata
12
+ * @returns Header string array
13
+ */
14
+ static headersFromMeta(columnInfo) {
15
+ return columnInfo.map((col, index) => col?.Name ?? `col_${index}`);
16
+ }
17
+ /**
18
+ * Convert an Athena Row into a key-value object using headers.
19
+ * @param row - Athena Row
20
+ * @param headers - Header array
21
+ * @returns Parsed row object
22
+ */
23
+ static rowToObject(row, headers) {
24
+ const obj = {};
25
+ for (const [index, header] of headers.entries()) {
26
+ obj[header] = row.Data?.[index]?.VarCharValue ?? null;
27
+ }
28
+ return obj;
29
+ }
30
+ /**
31
+ * Check if the row is the header row (all cells match headers).
32
+ * @param row - Athena Row
33
+ * @param headers - Header array
34
+ * @returns true if the row is the header row
35
+ */
36
+ static isHeaderRow(row, headers) {
37
+ if (!row?.Data?.length)
38
+ return false;
39
+ return headers.every((header, index) => (row.Data?.[index]?.VarCharValue ?? null) === header);
40
+ }
41
+ constructor() {
42
+ this.headers = null;
43
+ this.headerRowDropped = false;
44
+ }
45
+ /**
46
+ * Initialize headers from column metadata (idempotent; only sets when not already set).
47
+ * @param columnInfo - ColumnInfo array
48
+ */
49
+ initHeaders(columnInfo) {
50
+ if (!this.headers && columnInfo.length > 0) {
51
+ this.headers = AthenaQueryResultParser.headersFromMeta(columnInfo);
52
+ }
53
+ }
54
+ /**
55
+ * Get the current headers (null until initHeaders/parseResultSet is called).
56
+ */
57
+ getHeaders() {
58
+ return this.headers;
59
+ }
60
+ /**
61
+ * Parse rows from a ResultSet (skips header row automatically, once per parser instance).
62
+ * @param resultSet - Athena ResultSet
63
+ * @returns Array of parsed row objects
64
+ */
65
+ parseResultSet(resultSet) {
66
+ if (!resultSet) {
67
+ return [];
68
+ }
69
+ // Initialize headers from metadata
70
+ const meta = resultSet.ResultSetMetadata?.ColumnInfo ?? [];
71
+ this.initHeaders(meta);
72
+ if (!this.headers) {
73
+ return [];
74
+ }
75
+ const rawRows = resultSet.Rows ?? [];
76
+ const skipHeader = !this.headerRowDropped &&
77
+ rawRows.length > 0 &&
78
+ AthenaQueryResultParser.isHeaderRow(rawRows[0], this.headers);
79
+ if (skipHeader) {
80
+ this.headerRowDropped = true;
81
+ }
82
+ const rows = skipHeader ? rawRows.slice(1) : rawRows;
83
+ return rows.map((row) => AthenaQueryResultParser.rowToObject(row, this.headers));
84
+ }
85
+ /**
86
+ * Parse ResultSet and transform each row with a custom parser (null results are filtered out).
87
+ * @param resultSet - Athena ResultSet
88
+ * @param rowParser - Custom row parser
89
+ * @returns Array of parsed results (nulls filtered out)
90
+ */
91
+ parseResultSetWith(resultSet, rowParser) {
92
+ const rows = this.parseResultSet(resultSet);
93
+ const results = [];
94
+ for (const row of rows) {
95
+ const parsed = rowParser(row);
96
+ if (parsed !== null) {
97
+ results.push(parsed);
98
+ }
99
+ }
100
+ return results;
101
+ }
102
+ /**
103
+ * Reset parser state (headers and header-row-dropped flag). Use when reusing for a new query.
104
+ */
105
+ reset() {
106
+ this.headers = null;
107
+ this.headerRowDropped = false;
108
+ }
109
+ }
110
+ exports.AthenaQueryResultParser = AthenaQueryResultParser;
111
+ // Re-export static methods for convenience
112
+ exports.headersFromMeta = AthenaQueryResultParser.headersFromMeta, exports.rowToObject = AthenaQueryResultParser.rowToObject, exports.isHeaderRow = AthenaQueryResultParser.isHeaderRow;
113
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi9zcmMvaW5kZXgudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6Ijs7O0FBWUE7OztHQUdHO0FBQ0gsTUFBYSx1QkFBdUI7SUFFbEM7Ozs7T0FJRztJQUNILE1BQU0sQ0FBQyxlQUFlLENBQUMsVUFBd0I7UUFDN0MsT0FBTyxVQUFVLENBQUMsR0FBRyxDQUFDLENBQUMsR0FBRyxFQUFFLEtBQUssRUFBRSxFQUFFLENBQUMsR0FBRyxFQUFFLElBQUksSUFBSSxPQUFPLEtBQUssRUFBRSxDQUFDLENBQUM7SUFDckUsQ0FBQztJQUVEOzs7OztPQUtHO0lBQ0gsTUFBTSxDQUFDLFdBQVcsQ0FBQyxHQUFRLEVBQUUsT0FBaUI7UUFDNUMsTUFBTSxHQUFHLEdBQWMsRUFBRSxDQUFDO1FBQzFCLEtBQUssTUFBTSxDQUFDLEtBQUssRUFBRSxNQUFNLENBQUMsSUFBSSxPQUFPLENBQUMsT0FBTyxFQUFFLEVBQUUsQ0FBQztZQUNoRCxHQUFHLENBQUMsTUFBTSxDQUFDLEdBQUcsR0FBRyxDQUFDLElBQUksRUFBRSxDQUFDLEtBQUssQ0FBQyxFQUFFLFlBQVksSUFBSSxJQUFJLENBQUM7UUFDeEQsQ0FBQztRQUNELE9BQU8sR0FBRyxDQUFDO0lBQ2IsQ0FBQztJQUVEOzs7OztPQUtHO0lBQ0gsTUFBTSxDQUFDLFdBQVcsQ0FBQyxHQUFRLEVBQUUsT0FBaUI7UUFDNUMsSUFBSSxDQUFDLEdBQUcsRUFBRSxJQUFJLEVBQUUsTUFBTTtZQUFFLE9BQU8sS0FBSyxDQUFDO1FBQ3JDLE9BQU8sT0FBTyxDQUFDLEtBQUssQ0FDbEIsQ0FBQyxNQUFNLEVBQUUsS0FBSyxFQUFFLEVBQUUsQ0FBQyxDQUFDLEdBQUcsQ0FBQyxJQUFJLEVBQUUsQ0FBQyxLQUFLLENBQUMsRUFBRSxZQUFZLElBQUksSUFBSSxDQUFDLEtBQUssTUFBTSxDQUN4RSxDQUFDO0lBQ0osQ0FBQztJQUtEO1FBSFEsWUFBTyxHQUFvQixJQUFJLENBQUM7UUFDaEMscUJBQWdCLEdBQUcsS0FBSyxDQUFDO0lBRWxCLENBQUM7SUFFaEI7OztPQUdHO0lBQ0gsV0FBVyxDQUFDLFVBQXdCO1FBQ2xDLElBQUksQ0FBQyxJQUFJLENBQUMsT0FBTyxJQUFJLFVBQVUsQ0FBQyxNQUFNLEdBQUcsQ0FBQyxFQUFFLENBQUM7WUFDM0MsSUFBSSxDQUFDLE9BQU8sR0FBRyx1QkFBdUIsQ0FBQyxlQUFlLENBQUMsVUFBVSxDQUFDLENBQUM7UUFDckUsQ0FBQztJQUNILENBQUM7SUFFRDs7T0FFRztJQUNILFVBQVU7UUFDUixPQUFPLElBQUksQ0FBQyxPQUFPLENBQUM7SUFDdEIsQ0FBQztJQUVEOzs7O09BSUc7SUFDSCxjQUFjLENBQUMsU0FBZ0M7UUFDN0MsSUFBSSxDQUFDLFNBQVMsRUFBRSxDQUFDO1lBQ2YsT0FBTyxFQUFFLENBQUM7UUFDWixDQUFDO1FBRUQsbUNBQW1DO1FBQ25DLE1BQU0sSUFBSSxHQUFHLFNBQVMsQ0FBQyxpQkFBaUIsRUFBRSxVQUFVLElBQUksRUFBRSxDQUFDO1FBQzNELElBQUksQ0FBQyxXQUFXLENBQUMsSUFBSSxDQUFDLENBQUM7UUFFdkIsSUFBSSxDQUFDLElBQUksQ0FBQyxPQUFPLEVBQUUsQ0FBQztZQUNsQixPQUFPLEVBQUUsQ0FBQztRQUNaLENBQUM7UUFFRCxNQUFNLE9BQU8sR0FBRyxTQUFTLENBQUMsSUFBSSxJQUFJLEVBQUUsQ0FBQztRQUNyQyxNQUFNLFVBQVUsR0FDZCxDQUFDLElBQUksQ0FBQyxnQkFBZ0I7WUFDdEIsT0FBTyxDQUFDLE1BQU0sR0FBRyxDQUFDO1lBQ2xCLHVCQUF1QixDQUFDLFdBQVcsQ0FBQyxPQUFPLENBQUMsQ0FBQyxDQUFDLEVBQUUsSUFBSSxDQUFDLE9BQU8sQ0FBQyxDQUFDO1FBQ2hFLElBQUksVUFBVSxFQUFFLENBQUM7WUFDZixJQUFJLENBQUMsZ0JBQWdCLEdBQUcsSUFBSSxDQUFDO1FBQy9CLENBQUM7UUFDRCxNQUFNLElBQUksR0FBRyxVQUFVLENBQUMsQ0FBQyxDQUFDLE9BQU8sQ0FBQyxLQUFLLENBQUMsQ0FBQyxDQUFDLENBQUMsQ0FBQyxDQUFDLE9BQU8sQ0FBQztRQUVyRCxPQUFPLElBQUksQ0FBQyxHQUFHLENBQUMsQ0FBQyxHQUFHLEVBQUUsRUFBRSxDQUN0Qix1QkFBdUIsQ0FBQyxXQUFXLENBQUMsR0FBRyxFQUFFLElBQUksQ0FBQyxPQUFRLENBQUMsQ0FDeEQsQ0FBQztJQUNKLENBQUM7SUFFRDs7Ozs7T0FLRztJQUNILGtCQUFrQixDQUNoQixTQUFnQyxFQUNoQyxTQUF1QjtRQUV2QixNQUFNLElBQUksR0FBRyxJQUFJLENBQUMsY0FBYyxDQUFDLFNBQVMsQ0FBQyxDQUFDO1FBQzVDLE1BQU0sT0FBTyxHQUFRLEVBQUUsQ0FBQztRQUV4QixLQUFLLE1BQU0sR0FBRyxJQUFJLElBQUksRUFBRSxDQUFDO1lBQ3ZCLE1BQU0sTUFBTSxHQUFHLFNBQVMsQ0FBQyxHQUFHLENBQUMsQ0FBQztZQUM5QixJQUFJLE1BQU0sS0FBSyxJQUFJLEVBQUUsQ0FBQztnQkFDcEIsT0FBTyxDQUFDLElBQUksQ0FBQyxNQUFNLENBQUMsQ0FBQztZQUN2QixDQUFDO1FBQ0gsQ0FBQztRQUVELE9BQU8sT0FBTyxDQUFDO0lBQ2pCLENBQUM7SUFFRDs7T0FFRztJQUNILEtBQUs7UUFDSCxJQUFJLENBQUMsT0FBTyxHQUFHLElBQUksQ0FBQztRQUNwQixJQUFJLENBQUMsZ0JBQWdCLEdBQUcsS0FBSyxDQUFDO0lBQ2hDLENBQUM7Q0FDRjtBQTNIRCwwREEySEM7QUFFRCwyQ0FBMkM7QUFDNUIsdUJBQWUsR0FBK0IsdUJBQXVCLGtCQUFwRCxtQkFBVyxHQUFrQix1QkFBdUIsY0FBdkMsbUJBQVcsR0FBSyx1QkFBdUIsYUFBQyIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB0eXBlIHsgUm93LCBDb2x1bW5JbmZvLCBSZXN1bHRTZXQgfSBmcm9tICdAYXdzLXNkay9jbGllbnQtYXRoZW5hJztcblxuLyoqXG4gKiBUeXBlIGZvciBhIHBhcnNlZCByb3cgKGtleSA9IGNvbHVtbiBuYW1lLCB2YWx1ZSA9IHN0cmluZyBvciBudWxsKS5cbiAqL1xuZXhwb3J0IHR5cGUgUGFyc2VkUm93ID0gUmVjb3JkPHN0cmluZywgc3RyaW5nIHwgbnVsbD47XG5cbi8qKlxuICogVHlwZSBmb3IgYSBjdXN0b20gcm93IHBhcnNlciB0aGF0IGNvbnZlcnRzIFBhcnNlZFJvdyB0byBUIChvciBudWxsIHRvIHNraXApLlxuICovXG5leHBvcnQgdHlwZSBSb3dQYXJzZXI8VD4gPSAocm93OiBQYXJzZWRSb3cpID0+IFQgfCBudWxsO1xuXG4vKipcbiAqIEF0aGVuYVF1ZXJ5UmVzdWx0UGFyc2VyXG4gKiBQYXJzZXMgQXRoZW5hIHF1ZXJ5IHJlc3VsdCBSZXN1bHRTZXQgaW50byBoZWFkZXItYmFzZWQgcm93IG9iamVjdHMuXG4gKi9cbmV4cG9ydCBjbGFzcyBBdGhlbmFRdWVyeVJlc3VsdFBhcnNlciB7XG5cbiAgLyoqXG4gICAqIEJ1aWxkIGhlYWRlciBhcnJheSBmcm9tIFJlc3VsdFNldE1ldGFkYXRhLlxuICAgKiBAcGFyYW0gY29sdW1uSW5mbyAtIENvbHVtbkluZm8gYXJyYXkgZnJvbSBBdGhlbmEgUmVzdWx0U2V0TWV0YWRhdGFcbiAgICogQHJldHVybnMgSGVhZGVyIHN0cmluZyBhcnJheVxuICAgKi9cbiAgc3RhdGljIGhlYWRlcnNGcm9tTWV0YShjb2x1bW5JbmZvOiBDb2x1bW5JbmZvW10pOiBzdHJpbmdbXSB7XG4gICAgcmV0dXJuIGNvbHVtbkluZm8ubWFwKChjb2wsIGluZGV4KSA9PiBjb2w/Lk5hbWUgPz8gYGNvbF8ke2luZGV4fWApO1xuICB9XG5cbiAgLyoqXG4gICAqIENvbnZlcnQgYW4gQXRoZW5hIFJvdyBpbnRvIGEga2V5LXZhbHVlIG9iamVjdCB1c2luZyBoZWFkZXJzLlxuICAgKiBAcGFyYW0gcm93IC0gQXRoZW5hIFJvd1xuICAgKiBAcGFyYW0gaGVhZGVycyAtIEhlYWRlciBhcnJheVxuICAgKiBAcmV0dXJucyBQYXJzZWQgcm93IG9iamVjdFxuICAgKi9cbiAgc3RhdGljIHJvd1RvT2JqZWN0KHJvdzogUm93LCBoZWFkZXJzOiBzdHJpbmdbXSk6IFBhcnNlZFJvdyB7XG4gICAgY29uc3Qgb2JqOiBQYXJzZWRSb3cgPSB7fTtcbiAgICBmb3IgKGNvbnN0IFtpbmRleCwgaGVhZGVyXSBvZiBoZWFkZXJzLmVudHJpZXMoKSkge1xuICAgICAgb2JqW2hlYWRlcl0gPSByb3cuRGF0YT8uW2luZGV4XT8uVmFyQ2hhclZhbHVlID8/IG51bGw7XG4gICAgfVxuICAgIHJldHVybiBvYmo7XG4gIH1cblxuICAvKipcbiAgICogQ2hlY2sgaWYgdGhlIHJvdyBpcyB0aGUgaGVhZGVyIHJvdyAoYWxsIGNlbGxzIG1hdGNoIGhlYWRlcnMpLlxuICAgKiBAcGFyYW0gcm93IC0gQXRoZW5hIFJvd1xuICAgKiBAcGFyYW0gaGVhZGVycyAtIEhlYWRlciBhcnJheVxuICAgKiBAcmV0dXJucyB0cnVlIGlmIHRoZSByb3cgaXMgdGhlIGhlYWRlciByb3dcbiAgICovXG4gIHN0YXRpYyBpc0hlYWRlclJvdyhyb3c6IFJvdywgaGVhZGVyczogc3RyaW5nW10pOiBib29sZWFuIHtcbiAgICBpZiAoIXJvdz8uRGF0YT8ubGVuZ3RoKSByZXR1cm4gZmFsc2U7XG4gICAgcmV0dXJuIGhlYWRlcnMuZXZlcnkoXG4gICAgICAoaGVhZGVyLCBpbmRleCkgPT4gKHJvdy5EYXRhPy5baW5kZXhdPy5WYXJDaGFyVmFsdWUgPz8gbnVsbCkgPT09IGhlYWRlcixcbiAgICApO1xuICB9XG5cbiAgcHJpdmF0ZSBoZWFkZXJzOiBzdHJpbmdbXSB8IG51bGwgPSBudWxsO1xuICBwcml2YXRlIGhlYWRlclJvd0Ryb3BwZWQgPSBmYWxzZTtcblxuICBjb25zdHJ1Y3RvcigpIHt9XG5cbiAgLyoqXG4gICAqIEluaXRpYWxpemUgaGVhZGVycyBmcm9tIGNvbHVtbiBtZXRhZGF0YSAoaWRlbXBvdGVudDsgb25seSBzZXRzIHdoZW4gbm90IGFscmVhZHkgc2V0KS5cbiAgICogQHBhcmFtIGNvbHVtbkluZm8gLSBDb2x1bW5JbmZvIGFycmF5XG4gICAqL1xuICBpbml0SGVhZGVycyhjb2x1bW5JbmZvOiBDb2x1bW5JbmZvW10pOiB2b2lkIHtcbiAgICBpZiAoIXRoaXMuaGVhZGVycyAmJiBjb2x1bW5JbmZvLmxlbmd0aCA+IDApIHtcbiAgICAgIHRoaXMuaGVhZGVycyA9IEF0aGVuYVF1ZXJ5UmVzdWx0UGFyc2VyLmhlYWRlcnNGcm9tTWV0YShjb2x1bW5JbmZvKTtcbiAgICB9XG4gIH1cblxuICAvKipcbiAgICogR2V0IHRoZSBjdXJyZW50IGhlYWRlcnMgKG51bGwgdW50aWwgaW5pdEhlYWRlcnMvcGFyc2VSZXN1bHRTZXQgaXMgY2FsbGVkKS5cbiAgICovXG4gIGdldEhlYWRlcnMoKTogc3RyaW5nW10gfCBudWxsIHtcbiAgICByZXR1cm4gdGhpcy5oZWFkZXJzO1xuICB9XG5cbiAgLyoqXG4gICAqIFBhcnNlIHJvd3MgZnJvbSBhIFJlc3VsdFNldCAoc2tpcHMgaGVhZGVyIHJvdyBhdXRvbWF0aWNhbGx5LCBvbmNlIHBlciBwYXJzZXIgaW5zdGFuY2UpLlxuICAgKiBAcGFyYW0gcmVzdWx0U2V0IC0gQXRoZW5hIFJlc3VsdFNldFxuICAgKiBAcmV0dXJucyBBcnJheSBvZiBwYXJzZWQgcm93IG9iamVjdHNcbiAgICovXG4gIHBhcnNlUmVzdWx0U2V0KHJlc3VsdFNldDogUmVzdWx0U2V0IHwgdW5kZWZpbmVkKTogUGFyc2VkUm93W10ge1xuICAgIGlmICghcmVzdWx0U2V0KSB7XG4gICAgICByZXR1cm4gW107XG4gICAgfVxuXG4gICAgLy8gSW5pdGlhbGl6ZSBoZWFkZXJzIGZyb20gbWV0YWRhdGFcbiAgICBjb25zdCBtZXRhID0gcmVzdWx0U2V0LlJlc3VsdFNldE1ldGFkYXRhPy5Db2x1bW5JbmZvID8/IFtdO1xuICAgIHRoaXMuaW5pdEhlYWRlcnMobWV0YSk7XG5cbiAgICBpZiAoIXRoaXMuaGVhZGVycykge1xuICAgICAgcmV0dXJuIFtdO1xuICAgIH1cblxuICAgIGNvbnN0IHJhd1Jvd3MgPSByZXN1bHRTZXQuUm93cyA/PyBbXTtcbiAgICBjb25zdCBza2lwSGVhZGVyID1cbiAgICAgICF0aGlzLmhlYWRlclJvd0Ryb3BwZWQgJiZcbiAgICAgIHJhd1Jvd3MubGVuZ3RoID4gMCAmJlxuICAgICAgQXRoZW5hUXVlcnlSZXN1bHRQYXJzZXIuaXNIZWFkZXJSb3cocmF3Um93c1swXSwgdGhpcy5oZWFkZXJzKTtcbiAgICBpZiAoc2tpcEhlYWRlcikge1xuICAgICAgdGhpcy5oZWFkZXJSb3dEcm9wcGVkID0gdHJ1ZTtcbiAgICB9XG4gICAgY29uc3Qgcm93cyA9IHNraXBIZWFkZXIgPyByYXdSb3dzLnNsaWNlKDEpIDogcmF3Um93cztcblxuICAgIHJldHVybiByb3dzLm1hcCgocm93KSA9PlxuICAgICAgQXRoZW5hUXVlcnlSZXN1bHRQYXJzZXIucm93VG9PYmplY3Qocm93LCB0aGlzLmhlYWRlcnMhKSxcbiAgICApO1xuICB9XG5cbiAgLyoqXG4gICAqIFBhcnNlIFJlc3VsdFNldCBhbmQgdHJhbnNmb3JtIGVhY2ggcm93IHdpdGggYSBjdXN0b20gcGFyc2VyIChudWxsIHJlc3VsdHMgYXJlIGZpbHRlcmVkIG91dCkuXG4gICAqIEBwYXJhbSByZXN1bHRTZXQgLSBBdGhlbmEgUmVzdWx0U2V0XG4gICAqIEBwYXJhbSByb3dQYXJzZXIgLSBDdXN0b20gcm93IHBhcnNlclxuICAgKiBAcmV0dXJucyBBcnJheSBvZiBwYXJzZWQgcmVzdWx0cyAobnVsbHMgZmlsdGVyZWQgb3V0KVxuICAgKi9cbiAgcGFyc2VSZXN1bHRTZXRXaXRoPFQ+KFxuICAgIHJlc3VsdFNldDogUmVzdWx0U2V0IHwgdW5kZWZpbmVkLFxuICAgIHJvd1BhcnNlcjogUm93UGFyc2VyPFQ+LFxuICApOiBUW10ge1xuICAgIGNvbnN0IHJvd3MgPSB0aGlzLnBhcnNlUmVzdWx0U2V0KHJlc3VsdFNldCk7XG4gICAgY29uc3QgcmVzdWx0czogVFtdID0gW107XG5cbiAgICBmb3IgKGNvbnN0IHJvdyBvZiByb3dzKSB7XG4gICAgICBjb25zdCBwYXJzZWQgPSByb3dQYXJzZXIocm93KTtcbiAgICAgIGlmIChwYXJzZWQgIT09IG51bGwpIHtcbiAgICAgICAgcmVzdWx0cy5wdXNoKHBhcnNlZCk7XG4gICAgICB9XG4gICAgfVxuXG4gICAgcmV0dXJuIHJlc3VsdHM7XG4gIH1cblxuICAvKipcbiAgICogUmVzZXQgcGFyc2VyIHN0YXRlIChoZWFkZXJzIGFuZCBoZWFkZXItcm93LWRyb3BwZWQgZmxhZykuIFVzZSB3aGVuIHJldXNpbmcgZm9yIGEgbmV3IHF1ZXJ5LlxuICAgKi9cbiAgcmVzZXQoKTogdm9pZCB7XG4gICAgdGhpcy5oZWFkZXJzID0gbnVsbDtcbiAgICB0aGlzLmhlYWRlclJvd0Ryb3BwZWQgPSBmYWxzZTtcbiAgfVxufVxuXG4vLyBSZS1leHBvcnQgc3RhdGljIG1ldGhvZHMgZm9yIGNvbnZlbmllbmNlXG5leHBvcnQgY29uc3QgeyBoZWFkZXJzRnJvbU1ldGEsIHJvd1RvT2JqZWN0LCBpc0hlYWRlclJvdyB9ID0gQXRoZW5hUXVlcnlSZXN1bHRQYXJzZXI7Il19
package/package.json ADDED
@@ -0,0 +1,109 @@
1
+ {
2
+ "name": "athena-query-result-parser",
3
+ "repository": {
4
+ "type": "git",
5
+ "url": "https://github.com/gammarers-aws-sdk-extensions/athena-query-result-parser.git"
6
+ },
7
+ "scripts": {
8
+ "build": "npx projen build",
9
+ "bump": "npx projen bump",
10
+ "clobber": "npx projen clobber",
11
+ "compile": "npx projen compile",
12
+ "default": "npx projen default",
13
+ "eject": "npx projen eject",
14
+ "eslint": "npx projen eslint",
15
+ "package": "npx projen package",
16
+ "post-compile": "npx projen post-compile",
17
+ "post-upgrade": "npx projen post-upgrade",
18
+ "pre-compile": "npx projen pre-compile",
19
+ "release": "npx projen release",
20
+ "test": "npx projen test",
21
+ "test:watch": "npx projen test:watch",
22
+ "unbump": "npx projen unbump",
23
+ "upgrade": "npx projen upgrade",
24
+ "watch": "npx projen watch",
25
+ "projen": "npx projen"
26
+ },
27
+ "author": {
28
+ "name": "yicr",
29
+ "email": "yicr@users.noreply.github.com",
30
+ "organization": false
31
+ },
32
+ "devDependencies": {
33
+ "@stylistic/eslint-plugin": "^2",
34
+ "@types/jest": "^30.0.0",
35
+ "@types/node": "^20",
36
+ "@typescript-eslint/eslint-plugin": "^8",
37
+ "@typescript-eslint/parser": "^8",
38
+ "commit-and-tag-version": "^12",
39
+ "constructs": "^10.0.0",
40
+ "eslint": "^9",
41
+ "eslint-import-resolver-typescript": "^4.4.4",
42
+ "eslint-plugin-import": "^2.32.0",
43
+ "jest": "^30.2.0",
44
+ "jest-junit": "^16",
45
+ "projen": "^0.99.10",
46
+ "ts-jest": "^29.4.6",
47
+ "ts-node": "^10.9.2",
48
+ "typescript": "5.9.x"
49
+ },
50
+ "dependencies": {
51
+ "@aws-sdk/client-athena": "^3.983.0"
52
+ },
53
+ "engines": {
54
+ "node": ">= 20.0.0"
55
+ },
56
+ "main": "lib/index.js",
57
+ "license": "Apache-2.0",
58
+ "publishConfig": {
59
+ "access": "public"
60
+ },
61
+ "version": "0.1.4",
62
+ "jest": {
63
+ "coverageProvider": "v8",
64
+ "testMatch": [
65
+ "<rootDir>/@(src|test)/**/*(*.)@(spec|test).ts?(x)",
66
+ "<rootDir>/@(src|test)/**/__tests__/**/*.ts?(x)",
67
+ "<rootDir>/@(projenrc)/**/*(*.)@(spec|test).ts?(x)",
68
+ "<rootDir>/@(projenrc)/**/__tests__/**/*.ts?(x)"
69
+ ],
70
+ "clearMocks": true,
71
+ "collectCoverage": true,
72
+ "coverageReporters": [
73
+ "json",
74
+ "lcov",
75
+ "clover",
76
+ "cobertura",
77
+ "text"
78
+ ],
79
+ "coverageDirectory": "coverage",
80
+ "coveragePathIgnorePatterns": [
81
+ "/node_modules/"
82
+ ],
83
+ "testPathIgnorePatterns": [
84
+ "/node_modules/"
85
+ ],
86
+ "watchPathIgnorePatterns": [
87
+ "/node_modules/"
88
+ ],
89
+ "reporters": [
90
+ "default",
91
+ [
92
+ "jest-junit",
93
+ {
94
+ "outputDirectory": "test-reports"
95
+ }
96
+ ]
97
+ ],
98
+ "transform": {
99
+ "^.+\\.[t]sx?$": [
100
+ "ts-jest",
101
+ {
102
+ "tsconfig": "tsconfig.dev.json"
103
+ }
104
+ ]
105
+ }
106
+ },
107
+ "types": "lib/index.d.ts",
108
+ "//": "~~ Generated by projen. To modify, edit .projenrc.ts and run \"npx projen\"."
109
+ }