Skip to content

Commit

Permalink
chore: add package description
Browse files Browse the repository at this point in the history
  • Loading branch information
tmokmss committed Feb 26, 2024
1 parent 8de2220 commit 831e623
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .projenrc.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ const project = new awscdk.AwsCdkConstructLibrary({
name: 'cdk-lambda-llrt',
projenrcTs: true,
repositoryUrl: 'https://github.com/tmokmss/cdk-lambda-llrt.git',

description: 'Deploy Lambda functions with LLRT (Low Latency Runtime)',
eslintOptions: {
dirs: [],
ignorePatterns: ['example/**/*', 'test/assets/**/*', 'test/*.snapshot/**/*', '*.d.ts'],
Expand Down
1 change: 1 addition & 0 deletions package.json

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

0 comments on commit 831e623

Please sign in to comment.