Skip to content

Commit

Permalink
feat: aws-sdk => v3 [INFRA-9971] (#99)
Browse files Browse the repository at this point in the history
* feat: aws-sdk => v3 [INFRA-9971]

* chore: self mutation

Signed-off-by: github-actions <[email protected]>

---------

Signed-off-by: github-actions <[email protected]>
Co-authored-by: github-actions <[email protected]>
  • Loading branch information
ahammond and github-actions authored May 7, 2024
1 parent 434db24 commit d675e4c
Show file tree
Hide file tree
Showing 23 changed files with 505 additions and 562 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml

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

6 changes: 3 additions & 3 deletions .github/workflows/release.yml

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

2 changes: 1 addition & 1 deletion .github/workflows/update-projen-main.yml

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

2 changes: 1 addition & 1 deletion .nvmrc

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

18 changes: 6 additions & 12 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.

10 changes: 3 additions & 7 deletions .projenrc.ts
Original file line number Diff line number Diff line change
@@ -1,27 +1,23 @@
import { clickupCdk } from '@time-loop/clickup-projen';

// Pin SDK to 2.1333.0 because update looks like it breaks aws-sdk-mock
// The Right Thing to do here is to upgrade to sdk v3, but... that's a pile of work.
const bundledDeps = ['aws-lambda', '[email protected]', 'aws-xray-sdk-core', 'pg', 'pg-format'];
const bundledDeps = ['@aws-sdk/client-rds', '@aws-sdk/client-secrets-manager', 'aws-xray-sdk-core', 'pg', 'pg-format'];
const peerDeps = ['constructs@^10.0.5', 'multi-convention-namer@^0.1.12'];

const project = new clickupCdk.ClickUpCdkConstructLibrary({
name: '@time-loop/cdk-aurora',

cdkVersion: '2.94.0', // https://github.com/aws/aws-cdk/pull/26884 use modern python for rotator lambdas
cdkVersion: '2.140.0', // custom-resources should be able to use latest sdk
defaultReleaseBranch: 'main',
licensed: true,
workflowNodeVersion: '18.17.1',

bundledDeps,
deps: [...bundledDeps],
devDeps: [
'@time-loop/clickup-projen',
'@types/aws-lambda',
'@types/pg',
'@types/pg-format',
'@types/sinon',
'aws-sdk-mock',
'aws-sdk-client-mock',
'sinon',
'sinon-spy-utils',
],
Expand Down
19 changes: 9 additions & 10 deletions package.json

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

1 change: 0 additions & 1 deletion renovate.json5

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

Loading

0 comments on commit d675e4c

Please sign in to comment.