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 90d52d9 commit 2fdd1e8Copy full SHA for 2fdd1e8
lib/ingestor-api/index.ts
@@ -201,7 +201,7 @@ export class StacIngestor extends Construct {
201
202
cloudWatchRole: true,
203
deployOptions: { stageName: props.stage },
204
- endpointExportName: `ingestor-api-${props.stage}`,
+ endpointExportName: `${Stack.of(this)}-ingestor-api`,
205
206
endpointConfiguration: props.endpointConfiguration,
207
policy: props.policy,
0 commit comments