Skip to content

Commit

Permalink
feat: initial release (v0.0.1)
Browse files Browse the repository at this point in the history
  • Loading branch information
jousby committed Nov 15, 2022
1 parent 6350fa8 commit 68a1af3
Show file tree
Hide file tree
Showing 10 changed files with 2,436 additions and 21 deletions.
14 changes: 12 additions & 2 deletions .projen/deps.json

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

14 changes: 10 additions & 4 deletions .projenrc.js
Original file line number Diff line number Diff line change
@@ -1,15 +1,21 @@
const { awscdk } = require('projen');
const cdkVersion = '2.50.0';
const project = new awscdk.AwsCdkConstructLibrary({
author: 'James Ousby',
authorAddress: '[email protected]',
cdkVersion: '2.1.0',
cdkVersion: cdkVersion,
defaultReleaseBranch: 'main',
name: 'db-migrate-cdk',
repositoryUrl: 'https://github.com/jousby/db-migrate-cdk.git',
// deps: [
// ],
bundledDeps: [
'@aws-sdk/client-secrets-manager@^3.192.0',
'@types/aws-lambda@^8.10.108',
],
// devDeps: [
// ],

// deps: [], /* Runtime dependencies of this module. */
// 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. */
});
project.synth();
39 changes: 39 additions & 0 deletions API.md

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

13 changes: 10 additions & 3 deletions package.json

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

Loading

0 comments on commit 68a1af3

Please sign in to comment.