-
Notifications
You must be signed in to change notification settings - Fork 619
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
feat(cli-plugin-deploy-pulumi): add region to pulumi cli arguments #4523
Conversation
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.
Looks good, just a couple of minor comments.
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.
This whole file can be deleted I believe. @Pavel910 mentioned this to me some time ago.
packages/cli-plugin-deploy-pulumi/src/utils/env/withLogsForwardUrl.ts
Outdated
Show resolved
Hide resolved
packages/cli-plugin-deploy-pulumi/src/utils/env/withEnvVariant.ts
Outdated
Show resolved
Hide resolved
@@ -51,6 +51,10 @@ export interface IUploadFolderToS3Params { | |||
cacheControl?: PutObjectCommandInput["CacheControl"] | CacheControlMap; | |||
} | |||
|
|||
/** | |||
* TODO @adrian |
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.
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.
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.