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 blue-green deployments to sqs cdk template #1327

Merged
merged 74 commits into from
Jan 8, 2024
Merged

Add blue-green deployments to sqs cdk template #1327

merged 74 commits into from
Jan 8, 2024

Conversation

samchungy
Copy link
Contributor

@samchungy samchungy commented Nov 26, 2023

Resolves #1311

Copy link

changeset-bot bot commented Nov 26, 2023

🦋 Changeset detected

Latest commit: 9bae933

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 1 package
Name Type
skuba Patch

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

@samchungy samchungy changed the base branch from master to its-bundling-time November 26, 2023 04:02
Base automatically changed from its-bundling-time to master November 30, 2023 03:57
@samchungy samchungy marked this pull request as ready for review November 30, 2023 05:04
@samchungy samchungy requested review from a team as code owners November 30, 2023 05:04
Copy link
Member

Choose a reason for hiding this comment

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

I may have done something wrong but I had to add the following to deploy under pnpm:

public-hoist-pattern[]=esbuild
public-hoist-pattern[]=ts-node

Alternatively we could specify these as direct dependencies

Copy link
Contributor Author

Choose a reason for hiding this comment

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

I think we can get around this one by using skuba node in the command to run CDK?

Copy link
Contributor Author

@samchungy samchungy Jan 5, 2024

Choose a reason for hiding this comment

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

"app": "npx ts-node infra/index.ts",

esbuild needing to be hoisted or an explicit dep sounds right to me.

CDK calls the cli directly from what I remember

@72636c 72636c merged commit 8b741af into master Jan 8, 2024
18 checks passed
@72636c 72636c deleted the blue-green branch January 8, 2024 07:25
@seek-oss-ci seek-oss-ci mentioned this pull request Jan 8, 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.

Extend lambda cdk template
3 participants