Skip to content
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

Use VERSION in lambda-sqs-worker-cdk template #1401

Closed
samchungy opened this issue Jan 23, 2024 · 0 comments
Closed

Use VERSION in lambda-sqs-worker-cdk template #1401

samchungy opened this issue Jan 23, 2024 · 0 comments
Labels
enhancement New feature or request good first issue Good for newcomers

Comments

@samchungy
Copy link
Contributor

Ah yes, I think that's right re: VERSION. Maybe we should extend the CDK template to use the version variable too

CDK

const logger = createLogger({
name: '<%- serviceName %>',
});

Serverless

version: Env.string('VERSION'),

base: {
environment: config.environment,
version: config.version,
},

Originally posted by @72636c in #1392 (comment)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

2 participants