Skip to content

Commit

Permalink
Move aws sdk to dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
harshAtMri committed Nov 4, 2021
1 parent 3f0de58 commit 38f8738
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 10 deletions.
12 changes: 8 additions & 4 deletions .projen/deps.json

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

2 changes: 1 addition & 1 deletion .projen/tasks.json

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

4 changes: 2 additions & 2 deletions .projenrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,16 +15,16 @@ const project = new AwsCdkConstructLibrary({
'@aws-cdk/aws-logs',
],
// cdkTestDependencies: undefined, /* AWS CDK modules required for testing. */
// deps: [], /* Runtime dependencies of this module. */
deps: ['aws-sdk'],
// description: undefined, /* The description is just a string that helps people understand the purpose of the package. */
devDeps: [
'aws-sdk',
'@aws-cdk/core',
'@aws-cdk/aws-lambda',
'@aws-cdk/aws-iam',
'@aws-cdk/custom-resources',
'@aws-cdk/aws-logs',
],
bundledDeps: ['aws-sdk'],
scripts: {
'dev:deploy': "yarn build && npx cdk deploy --app='./lib/integ.default.js'",
},
Expand Down
8 changes: 5 additions & 3 deletions package.json

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

0 comments on commit 38f8738

Please sign in to comment.