Show pageOld revisionsBacklinksBack to top This page is read only. You can view the source, but not change it. Ask your administrator if you think this is wrong. # Serverless ### 설치 <code shell> npm install -g serverless </code> ### 액세스 키 설정 <code shell> serverless config credentials -provider aws -key 액세스키ID -secret 비밀액세스키 </code> ### 생성 <code shell> sls create -t aws-python3 -p hello-serverless </code> - [[serverless.yml]] ### 로컬 실행 <code shell> sls invoke local --function hello </code> ### 배포 <code shell> sls deploy </code> ## Ref - https://www.youtube.com/watch?v=wP7a9IosX3g open/serverless.txt Last modified: 2024/10/05 06:15by 127.0.0.1