serverless AWS 람다(lambda) 실습 codej99 / SeverlessAwsLambda serverless AWS CLI references Serverless.yml Reference AWS Command Line Interface이란 무엇인가요? 명명된 프로파일 설치 awscli brew install awscli aws --version awslogs pip install awslogs pip3 install awslogs # awslogs 확인 awslogs get /aws/lambda/helloworld -S -G --watch nodejs # brew install node@12 brew install node node -v npm install -g n n lts node -..