AWS Amplify + React 튜토리얼(1)
·
AWS
1. AWS 계정 만들기 AWS 계정 만드는 방법은 생략. 프로젝트 진행은 루트 계정이 아닌 IAM 계정으로 진행하는 것을 권장한다. 2. Amplify CLI 설치 우선은 amplify cli를 전역적으로 설치해주고, amplfiy 설정을 해준다. npm i -g @aws-amplify/cli amplify configure amplfiy configure을 입력하면 aws console에 로그인하라는 창이 뜬다. 로그인. Specify the AWS Region ? region: # Your preferred region Specify the username of the new IAM user: ? user name: # User name for Amplify IAM user Complete the ..