Eugene Cheung
Eugene Cheung
I personally haven't had a need for it, so I'm not too sure. The announcement does note: > You can also set alarms for an unexpected increase or decrease in...
Assuming you're using npm >= 7, you should be able to configure `legacy-peer-deps` ([docs](https://docs.npmjs.com/cli/v7/using-npm/config#legacy-peer-deps)) to allow for newer versions to be installed, at the risk that the alpha modules' APIs...
Is this in the context of building a construct that uses `cdk-monitoring-constructs`, or a CDK project that isn't using TypeScript?
A few options that I can see: 1. Occasionally bump our peer dependencies, which would be considered a breaking change and therefore a major version bump. We'll notably need to...
> On a side note, have we checked if `>` operators etc. work instead of `^` ? Yeah, it doesn't work. You can try it out on https://semver.npmjs.com/
I don't believe there was a particular reason that they haven't yet been implemented, but @ayush987goyal could confirm.
Reopening since the attempt ends up dumping the Go module into the same repo, which messes up the projen release automation.
From #191: > Provisioned Concurrency Spillover count is included in lambda's invocation graph even though it is unused by our BoxerTicketingService so we would like to remove it. > >...
For reference, the internal ESLint configuration is currently set to: ```js module.exports = { env: { es2021: true }, extends: ["eslint:recommended", "plugin:@typescript-eslint/recommended", "plugin:prettier/recommended"], parser: "@typescript-eslint/parser", parserOptions: { ecmaVersion: 2018, sourceType:...
I'll tackle this at some point next week.