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

feat(cli-plugin-deploy-pulumi): add region to pulumi cli arguments #4523

Merged

Conversation

brunozoric
Copy link
Contributor

@brunozoric brunozoric commented Feb 4, 2025

Changes

Add an option for user to deploy to a certain region, which is not necessarily the one in .env files.
Also removed the handler-logs usage from all packages.
Simple handler-logs package was left, otherwise the yarn up "@webiny/*@5.43.x" would not work.

How Has This Been Tested?

Manually.

@brunozoric brunozoric self-assigned this Feb 4, 2025
@brunozoric brunozoric added this to the 5.43.0 milestone Feb 4, 2025
@brunozoric brunozoric requested a review from adrians5j February 4, 2025 09:56
@brunozoric brunozoric marked this pull request as ready for review February 6, 2025 09:16
Copy link
Member

@adrians5j adrians5j left a comment

Choose a reason for hiding this comment

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

Looks good, just a couple of minor comments.

Copy link
Member

Choose a reason for hiding this comment

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

This whole file can be deleted I believe. @Pavel910 mentioned this to me some time ago.

@@ -51,6 +51,10 @@ export interface IUploadFolderToS3Params {
cacheControl?: PutObjectCommandInput["CacheControl"] | CacheControlMap;
}

/**
* TODO @adrian
Copy link
Member

Choose a reason for hiding this comment

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

Dbl check with @Pavel910 if he's maybe using it somewhere or some user of his is maybe using it. Is it possible that this was just exposed for user consumption?

But yeah, could be a leftover.

@brunozoric brunozoric merged commit e6f04ae into next Feb 6, 2025
20 checks passed
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