Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: added common helpers like redis,appsyncmergeapi,event bridge an… #13

Merged
merged 7 commits into from
Oct 5, 2023
Merged
Show file tree
Hide file tree
Changes from 5 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
12 changes: 12 additions & 0 deletions .projen/deps.json

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

4 changes: 2 additions & 2 deletions .projen/tasks.json

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

9 changes: 5 additions & 4 deletions .projenrc.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ const CDK_VERSION: string = '2.99.1';

const project = new awscdk.AwsCdkConstructLibrary({
author: 'Amazon Web Services - Prototyping and Cloud Engineering',
authorAddress: PROJECT_NAME+'@amazon.com',
authorAddress: PROJECT_NAME + '@amazon.com',
authorOrganization: true,
cdkVersion: CDK_VERSION,
projenVersion: '~0.73.33',
Expand All @@ -30,13 +30,13 @@ const project = new awscdk.AwsCdkConstructLibrary({
jsiiVersion: '~5.0.0',
name: PROJECT_NAME,
projenrcTs: true,
repositoryUrl: 'https://github.com/'+GITHUB_USER+'/'+PROJECT_NAME,
repositoryUrl: 'https://github.com/' + GITHUB_USER + '/' + PROJECT_NAME,

// description: undefined, /* The description is just a string that helps people understand the purpose of the package. */
packageName: '@'+GITHUB_USER+'/'+PROJECT_NAME, /* The "name" in package.json. */
packageName: '@' + GITHUB_USER + '/' + PROJECT_NAME, /* The "name" in package.json. */
keywords: ['constructs', 'aws-cdk', 'generative-ai', 'emerging-tech'],
devDeps: ['eslint-plugin-header'],
//peerDeps: [],
bundledDeps: ['deepmerge', '@types/deep-diff', '@types/npmlog'],
krokoko marked this conversation as resolved.
Show resolved Hide resolved

// Keep synchronized with https://github.com/nodejs/release#release-schedule
minNodeVersion: '18.12.0', // 'MAINTENANCE' (first LTS)
Expand Down Expand Up @@ -80,4 +80,5 @@ project.eslint?.addRules({
'header/header': [2, 'header.js'],
});


project.synth();
339 changes: 338 additions & 1 deletion docs/emerging_tech_cdk_constructs.drawio

Large diffs are not rendered by default.

Loading