We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4f851cd commit e30b00dCopy full SHA for e30b00d
1 file changed
infra/resources/standardLogsBucket.ts
@@ -4,7 +4,7 @@ import {ISetup} from "../utils/Setup";
4
5
export function createStandardLogsBucket(setup: ISetup): Bucket {
6
const awsEuNorth1 = new aws.Provider("aws-eu-north-1", {region: "eu-north-1"});
7
- const bucket = new aws.s3.Bucket(`standard-logs-bucket-${setup.stage}`, {
+ const bucket = new aws.s3.Bucket(`${setup.projectName}-standard-logs-${setup.stage}`, {
8
lifecycleRules: [
9
{
10
enabled: true,
0 commit comments