-
Notifications
You must be signed in to change notification settings - Fork 3.9k
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
(cli-lib-alpha): Missing hotswap option in the deploy command #26785
Comments
Thanks for the request and PR 🙂 |
Our team has intensively used internal API to run CDK in lambdas until now. We are in the process to move to |
@peterwoodworth Any chance the PR gets reviewed soon? As mentioned by @fab-mindflow this is quite blocking for us and the PR content is pretty small, the review should be quick and easy. |
@peterwoodworth A gentle reminder. Thanks a lot. (Sorry to insist, but we really need it) |
This issue has received a significant amount of attention so we are automatically upgrading its priority. A member of the community will see the re-prioritization and provide an update on the issue. |
Closes #26785. Exemption Request: The `cli-lib-alpha` README does not currently specify the exhaustive list of arguments, which looks like a choice, thus I did not add the new argument. Currently, no integration tests were implemented for this lib, only unit tests which I did update/add. ---- *By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
|
Closes #26785. Exemption Request: The `cli-lib-alpha` README does not currently specify the exhaustive list of arguments, which looks like a choice, thus I did not add the new argument. Currently, no integration tests were implemented for this lib, only unit tests which I did update/add. ---- *By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
@mrgrain I have no idea on your release process, is there a way to know when is the next release? |
We release weekly, usually Wednesdays. But various things can affect this. I spoke too soon. Looks like it will be Friday this week. |
I spoke too soon. Looks like it will be Friday this week. @amine-mf |
Describe the feature
I'm missing the
hotswap
deployment option in the CDK CLI that is mandatory for our use case.Use Case
We use a lambda to deploy state machines, without the
hotswap
it is way too slow for our use.We are currently using an older version of CDK and trying to upgrade. So we are adapting our code to use
cli-lib-alpha
instead of usingSdkProvider
andCloudFormationDeployments
.Proposed Solution
#26786
Other Information
No response
Acknowledgements
CDK version used
2.92.0
Environment details (OS name and version, etc.)
macOS Ventura
The text was updated successfully, but these errors were encountered: