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

Add tags lambda sqs worker cdk template #1643

Merged
merged 5 commits into from
Aug 27, 2024

Conversation

zbrydon
Copy link
Contributor

@zbrydon zbrydon commented Aug 27, 2024

Proposed solution for #1642

@zbrydon zbrydon requested a review from a team as a code owner August 27, 2024 01:40
Copy link

changeset-bot bot commented Aug 27, 2024

🦋 Changeset detected

Latest commit: a0da720

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

@@ -8,4 +8,10 @@ const app = new App();
// eslint-disable-next-line no-new
new AppStack(app, 'appStack', {
stackName: config.appName,
tags: {
'seek:env:label': config.workerLambda.environment.ENVIRONMENT,
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is kinda gross...

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Could we just store environment at the top-level? or

export const environment = Env.oneOf(ENVIRONMENTS)('ENVIRONMENT');

@AaronMoat AaronMoat merged commit 48c4208 into main Aug 27, 2024
15 checks passed
@AaronMoat AaronMoat deleted the add-tags-lambda-sqs-worker-cdk-template branch August 27, 2024 02:54
@seek-oss-ci seek-oss-ci mentioned this pull request Aug 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants