Serverless Framework,Terraform 설치

Yono·2025년 3월 11일

Serverless Framework는 Node.js 기반이므로, Node.js가
설치되어 있어야 합니다.

환경은 macOS Sequoia 15.3.1(24D70)

Node.js 버전확인

node -v

Node.js 설치

brew install node 

노드가 설치되어 있지 않다면 Homebrew를 통한 node.js 설치

Serverless 전역 설치

npm install -g serverless

설치확인

serverless --version

Terraform 설치

brew install terraform
terraform version

버전이 정상적으로 출력된다면 정상적으로 설치

Homebrew 설치

Homebrew가 설치되어 있지 않다면 다음 명령어로 설치합니다.

/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
profile
Java,Spring,JavaScript

0개의 댓글