-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
e682875
commit 7693e5d
Showing
18 changed files
with
2,130 additions
and
343 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ import { awscdk } from 'projen'; | |
const project = new awscdk.AwsCdkConstructLibrary({ | ||
author: 'Kazuho CryerShinozuka', | ||
authorAddress: '[email protected]', | ||
cdkVersion: '2.80.0', | ||
cdkVersion: '2.100.0', | ||
defaultReleaseBranch: 'main', | ||
jsiiVersion: '~5.5.0', | ||
name: 'cdk-iot-core-certificates-v3', | ||
|
@@ -14,15 +14,16 @@ const project = new awscdk.AwsCdkConstructLibrary({ | |
deps: ['aws-lambda', '@aws-sdk/client-iot'], | ||
description: 'CDK Construct for AWS IoT Core certificates and things', | ||
devDeps: [ | ||
'@aws-cdk/integ-runner@2.80.0-alpha.0', | ||
'@aws-cdk/integ-tests-alpha@2.80.0-alpha.0', | ||
'@aws-cdk/integ-runner@2.100.0-alpha.0', | ||
'@aws-cdk/integ-tests-alpha@2.100.0-alpha.0', | ||
], | ||
releaseToNpm: true, | ||
packageName: 'cdk-iot-core-certificates-v3', | ||
publishToPypi: { | ||
distName: 'cdk-iot-core-certificates-v3', | ||
module: 'cdk-iot-core-certificates-v3', | ||
}, | ||
bundledDeps: ['@aws-sdk/client-iot', 'aws-lambda', '@smithy/smithy-client', '@types/aws-lambda'], | ||
}); | ||
project.projectBuild.testTask.exec( | ||
'yarn tsc -p tsconfig.dev.json && yarn integ-runner', | ||
|
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Oops, something went wrong.