You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
When running the cli to create a new project, it asks the question 'Are you planning to use AWS in your application?'. However I may need to use either SQS or S3 but not both. Having a generic AWS question adds additional dependencies to the project which I may not need.
Describe the solution you'd like
Instead of asking about AWS use, we can ask regarding specific use of service. The menu can look like:
? What's your Intent to name this project? my-app
? Are you planning to use S3 in your application? Yes
? Are you planning to use SQS in your application? Yes
? Would you like to use Redis in your application? Yes
Describe alternatives you've considered
The alternate that I see at the moment is to manual uninstall the dependency not required.
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
When running the cli to create a new project, it asks the question 'Are you planning to use AWS in your application?'. However I may need to use either SQS or S3 but not both. Having a generic AWS question adds additional dependencies to the project which I may not need.
Describe the solution you'd like
Instead of asking about AWS use, we can ask regarding specific use of service. The menu can look like:
? What's your Intent to name this project? my-app
? Are you planning to use S3 in your application? Yes
? Are you planning to use SQS in your application? Yes
? Would you like to use Redis in your application? Yes
Describe alternatives you've considered
The alternate that I see at the moment is to manual uninstall the dependency not required.
The text was updated successfully, but these errors were encountered: