Skip to content

Commit

Permalink
feat: adding Asana components (PAT only)
Browse files Browse the repository at this point in the history
  • Loading branch information
Rafał Pawłaszek committed Aug 8, 2024
1 parent b848738 commit fc705ed
Show file tree
Hide file tree
Showing 44 changed files with 2,920 additions and 252 deletions.
8 changes: 8 additions & 0 deletions .gitignore

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

1 change: 1 addition & 0 deletions .npmignore

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

16 changes: 8 additions & 8 deletions .projen/deps.json

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

87 changes: 72 additions & 15 deletions .projen/tasks.json

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

11 changes: 8 additions & 3 deletions .projenrc.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@ SPDX-License-Identifier: Apache-2.0
import { CdklabsConstructLibrary } from 'cdklabs-projen-project-types';
import { Stability } from 'projen/lib/cdk';

const cdkVersion = '2.121.1';
const cdkVersion = '2.151.0';

const project = new CdklabsConstructLibrary({
name: '@cdklabs/cdk-appflow',
author: 'Amazon Web Services',
Expand All @@ -17,12 +18,16 @@ const project = new CdklabsConstructLibrary({
repositoryUrl: 'https://github.com/cdklabs/cdk-appflow.git',
stability: Stability.EXPERIMENTAL,
docgen: true,
bundledDeps: ['@types/aws-lambda'],
devDeps: ['esbuild'],
bundledDeps: [],
devDeps: [
'@types/aws-lambda',
'esbuild',
],
peerDeps: [
`@aws-cdk/aws-redshift-alpha@${cdkVersion}-alpha.0`,
`@aws-cdk/aws-glue-alpha@${cdkVersion}-alpha.0`,
],
jsiiVersion: '~5.4.30',
keywords: [
'aws',
'appflow',
Expand Down
Loading

0 comments on commit fc705ed

Please sign in to comment.