Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
112 changes: 112 additions & 0 deletions src/cdk-construct/.github/workflows/build.yml

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

129 changes: 129 additions & 0 deletions src/cdk-construct/.github/workflows/release.yml

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

6 changes: 6 additions & 0 deletions src/cdk-construct/.mergify.yml

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

36 changes: 36 additions & 0 deletions src/cdk-construct/.projen/tasks.json

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

14 changes: 14 additions & 0 deletions src/cdk-construct/.projenrc.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,20 @@ const project = new awscdk.AwsCdkConstructLibrary({
// description: undefined, /* The description is just a string that helps people understand the purpose of the package. */
// devDeps: [], /* Build dependencies for this module. */
// packageName: undefined, /* The "name" in package.json. */

publishToMaven: {
mavenArtifactId: 'lambdadispatch-cdk',
javaPackage: 'com.pwrdrvr.lambdadispatch.cdk',
mavenGroupId: 'com.pwrdrvr.lambdadispatch',
},
publishToNuget: {
dotNetNamespace: 'PwrDrvr.LambdaDispatch.CDK',
packageId: 'PwrDrvr.LambdaDispatch.CDK',
},
publishToPypi: {
distName: 'pwrdrvr.lambdadispatch.cdk',
module: 'pwrdrvr.lambdadispatch.cdk',
},
});

project.compileTask.exec('cp DockerfileLambda lib/DockerfileLambda');
Expand Down
21 changes: 20 additions & 1 deletion src/cdk-construct/package.json

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