We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a23356f commit f57928eCopy full SHA for f57928e
lib/bootstrap-pgstac/index.ts renamed to lib/bootstrapper/index.ts
lib/bootstrap-pgstac/runtime/Dockerfile renamed to lib/bootstrapper/runtime/Dockerfile
lib/bootstrap-pgstac/runtime/handler.py renamed to lib/bootstrapper/runtime/handler.py
lib/database.ts renamed to lib/database/index.ts
@@ -4,7 +4,7 @@ import {
4
aws_secretsmanager as secretsmanager,
5
} from "aws-cdk-lib";
6
import { Construct } from "constructs";
7
-import { BootstrapPgStac, BootstrapPgStacProps } from "./bootstrap-pgstac";
+import { BootstrapPgStac, BootstrapPgStacProps } from "../bootstrapper";
8
9
/**
10
* An RDS instance with pgSTAC installed. This is a wrapper around the
lib/index.ts
@@ -1,2 +1,2 @@
1
-export * from "./bootstrap-pgstac";
+export * from "./bootstrapper";
2
export * from "./database";
0 commit comments