Skip to content

Commit 751241e

Browse files
authored
Merge pull request #5 from time-loop/Morgan-Szafranski/wip-rq-depth-publisher-lambda
feat!: initial release
2 parents 493b72b + 5de7b3a commit 751241e

File tree

14 files changed

+2877
-2350
lines changed

14 files changed

+2877
-2350
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.projen/deps.json

Lines changed: 2 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.projen/tasks.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.projenrc.ts

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
import { clickupCdk } from '@time-loop/clickup-projen';
22

3-
const name = 'cdk-lambda-eni-usage-metric-publisher';
3+
const name = 'cdk-redis-queue-depth-metric-publisher';
44
const project = new clickupCdk.ClickUpCdkConstructLibrary({
55
author: 'Andrew Hammond',
66
authorAddress: 'ahammond@clickup.com',
7-
cdkVersion: '2.107.0',
7+
cdkVersion: '2.87.0',
88
defaultReleaseBranch: 'main',
99
devDeps: ['@types/aws-lambda', '@time-loop/clickup-projen', '@aws-cdk/integ-tests-alpha'],
1010
jsiiVersion: '~5.0.0',
@@ -15,7 +15,6 @@ const project = new clickupCdk.ClickUpCdkConstructLibrary({
1515
bundledDeps: [
1616
'@aws-lambda-powertools/metrics',
1717
'@aws-lambda-powertools/parameters',
18-
'@aws-sdk/client-ssm', // Might not need this. Will we be pulling from SSM in lambda?
1918
'@aws-sdk/client-secrets-manager',
2019
'ioredis',
2120
],

0 commit comments

Comments
 (0)