Skip to content

Commit

Permalink
chore: drop unused package aws-lambda
Browse files Browse the repository at this point in the history
Should never have been mentioned, thanks moltar in #10.
  • Loading branch information
berenddeboer committed May 11, 2024
1 parent c13b6da commit 7e6afd0
Show file tree
Hide file tree
Showing 5 changed files with 40 additions and 248 deletions.
12 changes: 4 additions & 8 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.

5 changes: 2 additions & 3 deletions .projenrc.ts
Original file line number Diff line number Diff line change
Expand Up @@ -35,17 +35,16 @@ const project = new awscdk.AwsCdkConstructLibrary({
gitignore: tmpDirectories,
npmignore: tmpDirectories,
docgen: false,
deps: ["exponential-backoff"],
deps: ["exponential-backoff", "@types/aws-lambda"],
bundledDeps: [
"aws-lambda",
"@aws-sdk/client-secrets-manager",
"pg",
"node-pg-format",
"ms",
"exponential-backoff",
"source-map-support",
],
devDeps: ["@types/ms", "@types/pg", "@types/aws-lambda", "testcontainers", "esbuild"],
devDeps: ["@types/ms", "@types/pg", "testcontainers", "esbuild"],
keywords: ["aws", "aws-cdk", "rds", "aurora"],
minMajorVersion: 1,
})
Expand Down
Loading

0 comments on commit 7e6afd0

Please sign in to comment.