Skip to content

Commit

Permalink
Merge pull request #495 from guardian/aa/cdk-diff
Browse files Browse the repository at this point in the history
Fix `npm run diff` script
  • Loading branch information
akash1810 authored Jul 23, 2024
2 parents 3f3c71e + d7ae2c3 commit 693be10
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
4 changes: 3 additions & 1 deletion cdk/bin/cdk.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,6 @@ import { GuRoot } from '@guardian/cdk/lib/constructs/root';
import { CdkPlayground } from '../lib/cdk-playground';

const app = new GuRoot();
new CdkPlayground(app, 'CdkPlayground');
new CdkPlayground(app, 'CdkPlayground', {
cloudFormationStackName: 'playground-PROD-cdk-playground',
});
1 change: 1 addition & 0 deletions cdk/cdk.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"app": "npx ts-node bin/cdk.ts",
"profile": "developerPlayground",
"context": {
"aws-cdk:enableDiffNoFail": "true",
"@aws-cdk/core:stackRelativeExports": "true"
Expand Down

0 comments on commit 693be10

Please sign in to comment.