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 c871ca8 commit 1221c8bCopy full SHA for 1221c8b
lib/stac-api/index.ts
@@ -56,7 +56,7 @@ export class PgStacApiLambda extends Construct {
56
props.dbSecret.grantRead(handler);
57
handler.connections.allowTo(props.db, ec2.Port.tcp(5432));
58
59
- const stacApi = new HttpApi(this, "api", {
+ const stacApi = new HttpApi(this, `${Stack.of(this).stackName}-stac-api`, {
60
defaultIntegration: new HttpLambdaIntegration("integration", handler),
61
});
62
0 commit comments