[AWS] Lambda 로 Serverless 만들고 실행 과정

김현수·2023년 1월 31일
0

AWS

목록 보기
4/10

✏️ Serverless 만들기


  • Lambda 검색후 들어가기!
  • 생성 Button CLICK!!

  • 서버리스 APP TAP CLICK!!
  • APP 이름 과 NameParameter 입력후 배포 Button CLICK!!



  • cmd 창 열기
  • sudo npm install -g serverless
  • serverless create --help 로 설치 확인
  • sls create -t aws-python3 -p "proj-name"
  • vs code 로 서버리스 폴더 open!!




  • Aws 서버리스 연결후 배포를 위한 액세스 키 만들기

  • aws cli 설치하기
  • aws configure 로 Access key의
    id 와 password 그리고 region 입력

  • serverless.yml 똑같이 설정
    (service 부분은 프로젝트 이름으로)

  • sls deploy 로 배포


  • 서버리스 Application 이 배포되어 생성된 것을 확인 할 수 있다.
profile
일단 한다

0개의 댓글