-
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
(codedeploy.ServerDeploymentGroup): Creating ServerDeploymentGroup does not create Application implicitly #13337
Labels
@aws-cdk/aws-codedeploy
Related to AWS CodeDeploy
effort/small
Small work item – less than a day of effort
feature-request
A feature should be added or improved.
good first issue
Related to contributions. See CONTRIBUTING.md
p2
Comments
dhirajkhodade
added
guidance
Question that needs advice or information.
needs-triage
This issue or PR still needs to be triaged.
labels
Mar 2, 2021
skinny85
added
effort/small
Small work item – less than a day of effort
feature-request
A feature should be added or improved.
p2
good first issue
Related to contributions. See CONTRIBUTING.md
and removed
guidance
Question that needs advice or information.
needs-triage
This issue or PR still needs to be triaged.
labels
Mar 2, 2021
/assign |
@skinny85 Can I work on this? |
Absolutely @BLasan! Thanks for your willingness to contribute to the CDK 😊. |
BLasan
added a commit
to BLasan/aws-cdk
that referenced
this issue
Mar 14, 2021
BLasan
added a commit
to BLasan/aws-cdk
that referenced
this issue
Mar 14, 2021
BLasan
added a commit
to BLasan/aws-cdk
that referenced
this issue
Mar 14, 2021
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
@aws-cdk/aws-codedeploy
Related to AWS CodeDeploy
effort/small
Small work item – less than a day of effort
feature-request
A feature should be added or improved.
good first issue
Related to contributions. See CONTRIBUTING.md
p2
❓ General Issue
I tried to create ServerDeploymentGroup and ran into this error -
Code -
To resolve this error I had to create Application first
Expected Result
I think doing this should automatically create the Application owning the Deployment Group also with PhysicalName.GENERATE_IF_NEEDED.
Refer - Discussion
Environment
Other information
The text was updated successfully, but these errors were encountered: