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): support backend app for "app init" #873

Merged
merged 4 commits into from
Apr 24, 2020
Merged

feat(cli): support backend app for "app init" #873

merged 4 commits into from
Apr 24, 2020

Conversation

efekarakus
Copy link
Contributor

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

@efekarakus efekarakus added the do-not-merge Pull requests that mergify shouldn't merge until the requester allows it. label Apr 23, 2020
@efekarakus efekarakus mentioned this pull request Apr 23, 2020
16 tasks
@efekarakus efekarakus removed the do-not-merge Pull requests that mergify shouldn't merge until the requester allows it. label Apr 23, 2020
case manifest.LoadBalancedWebApplication:
return o.newLoadBalancedWebAppManifest()
case manifest.BackendApplication:
return manifest.NewBackendApp(manifest.BackendAppProps{
Copy link
Contributor

Choose a reason for hiding this comment

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

Would it be better to have newBackAppManifest() to be consistent with newLoadBalancedWebAppManifest()?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

like have o.newBackendAppManifest that calls the constructor?

Copy link
Contributor

Choose a reason for hiding this comment

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

Yeah just a nit though

Copy link
Contributor

@iamhopaul123 iamhopaul123 left a comment

Choose a reason for hiding this comment

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

LGTM this is neat

Copy link
Contributor

@seongm-1 seongm-1 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!

@mergify mergify bot merged commit 7c7d32c into aws:master Apr 24, 2020
@efekarakus efekarakus deleted the backendapp/app-init-cmd branch June 9, 2020 15:53
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.

3 participants