Skip to content

Commit

Permalink
Add Python packaging to projen config
Browse files Browse the repository at this point in the history
  • Loading branch information
MohanadAbugharbia committed Feb 23, 2024
1 parent 1b295a4 commit 30f57cf
Show file tree
Hide file tree
Showing 6 changed files with 88 additions and 1 deletion.
28 changes: 28 additions & 0 deletions .github/workflows/build.yml

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

35 changes: 35 additions & 0 deletions .github/workflows/release.yml

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

2 changes: 2 additions & 0 deletions .mergify.yml

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

12 changes: 12 additions & 0 deletions .projen/tasks.json

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

4 changes: 4 additions & 0 deletions .projenrc.ts
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,10 @@ const project = new awscdk.AwsCdkConstructLibrary({
] /* Build dependencies for this module. */,
// misc config
sampleCode: false, // do not generate sample test files
publishToPypi: {
distName: 'cdk-nextjs-standalone',
module: 'cdk_nextjs_standalone',
},
});

project.bundler.addBundle('./src/lambdas/nextjs-bucket-deployment.ts', commonBundlingOptions);
Expand Down
8 changes: 7 additions & 1 deletion package.json

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

0 comments on commit 30f57cf

Please sign in to comment.