-
Notifications
You must be signed in to change notification settings - Fork 33
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add version variable to cdk template logger #1548
Conversation
🦋 Changeset detectedLatest commit: d86dd71 The changes in this PR will be included in the next version bump. Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
…EK/skuba into use-version-cdk-template
name: config.name, | ||
|
||
transport: | ||
config.environment === 'local' ? { target: 'pino-pretty' } : undefined, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Do we need to declare pino-pretty
as a dev dep?
Co-authored-by: Ryan Ling <[email protected]>
(Forgot to run integrations locally)
Includes snapshot update
Thanks for the hard work 🙇 |
Addresses issue #1401
Extend CDK template to use VERSION variable in logger.
I also re-organised cdk config slightly so that it better matches serverless config at a glance.
I have opted for a patch changeset as per contribution guidelines of minor changes involving templates.