Skip to content

Commit 5841734

Browse files
committed
feat(ingestor-api): Make apiEnv optional
1 parent 13ac6d6 commit 5841734

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/ingestor-api/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -242,7 +242,7 @@ export interface StacIngestorProps {
242242
/**
243243
* Environment variables to be sent to Lambda.
244244
*/
245-
readonly apiEnv: Record<string, string>;
245+
readonly apiEnv?: Record<string, string>;
246246

247247
/**
248248
* API Endpoint Configuration, useful for creating private APIs.

0 commit comments

Comments
 (0)