Skip to content

Commit

Permalink
feat: integrate cdkgraph construct
Browse files Browse the repository at this point in the history
  • Loading branch information
edelwud committed Mar 17, 2023
1 parent a7f8bf4 commit 41edea9
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 5 deletions.
9 changes: 5 additions & 4 deletions .projenrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ const project = new awscdk.AwsCdkTypeScriptApp({
"Export data from DynamoDB table to S3 bucket everyday at 2:00 AM UTC time",

defaultReleaseBranch: "main",
gitignore: [".idea"],

packageManager: NodePackageManager.NPM,
cdkVersion: "2.69.0",
deps: [
"@aws-sdk/client-dynamodb",
Expand All @@ -27,12 +30,10 @@ const project = new awscdk.AwsCdkTypeScriptApp({
"fs-extra",
],
devDeps: ["@types/aws-lambda"],

packageManager: NodePackageManager.NPM,

prettier: true,
gitignore: [".idea"],

appEntrypoint:
"main.ts && mkdir -p docs/diagram && cp -r cdk.out/cdkgraph/diagram.svg docs/diagram",
workflowBootstrapSteps: [
{
name: "Setup Node.js",
Expand Down
2 changes: 1 addition & 1 deletion cdk.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 41edea9

Please sign in to comment.