Skip to content

Commit

Permalink
chore: update projen description and keywords
Browse files Browse the repository at this point in the history
  • Loading branch information
uid10804 committed Nov 5, 2022
1 parent 201e325 commit 9e75659
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .projenrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ const project = new awscdk.AwsCdkConstructLibrary({
name: 'cdk-internal-gateway',
repositoryUrl: 'https://github.com/pharindoko/cdk-internal-gateway.git',
license: 'Apache-2.0',
description: 'CDK construct to create an internal aws api-gateway to ease the creation of internal websites, apis or applications',
description: 'CDK construct to create to create internal serverless applications.',
sampleCode: false,
keywords: ['cdk', 'apigateway', 'internal', 'gateway', 'vpc', 'network', 'api', 'website', 'application'],
keywords: ['cdk', 'apigateway', 'internal', 'private', 'gateway', 'vpc', 'network', 'api', 'website', 'application', 'company', 'enterprise'],
gitignore: [
'cdk.out',
'cdk.context.json',
Expand Down
5 changes: 4 additions & 1 deletion package.json

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

0 comments on commit 9e75659

Please sign in to comment.