[Config] Amazon 프로젝트 경로 변경하기 - awskrug/kendra-button GitHub Wiki

amplify project 경로 변경하기

amplify configure project 를 쓰세요!

amplify-cli issue#1390

시연

$ amplify configure project

? Enter a name for the project kendrabuttonhosting

? Choose your default editor: Visual Studio Code

? Choose the type of app that you're building javascript

Please tell us about your project

? What javascript framework are you using react

? Source Directory Path: src <- 변경코자 하는 경로

? Distribution Directory Path: src/out <- 변경코자 하는 경로

? Build Command: yarn build

? Start Command: yarn start

Using default provider awscloudformation

For more information on AWS Profiles, see: https://docs.aws.amazon.com/cli/latest/userguide/cli-multiple-profiles.html

For the awscloudformation provider.

? Do you want to update or remove the project level configuration update

? Do you want to use an AWS profile? Yes

? Please choose the profile you want to use {profile_name}

Successfully made configuration changes to your project.