사용자 도구

사이트 도구


aws:sam

차이

문서의 선택한 두 판 사이의 차이를 보여줍니다.

차이 보기로 링크

다음 판
이전 판
마지막 판 양쪽 다음 판
aws:sam [2021/09/29 14:06]
kwon37xi 만듦
aws:sam [2022/08/18 14:20]
kwon37xi
줄 1: 줄 1:
 ====== AWS Serverless Application Model ====== ====== AWS Serverless Application Model ======
 +  * [[:aws|AWS]] [[aws:lambda|AWS Lambda]] 개발 환경
 +  * [[aws:serverless|Serverless]]
 +
 +  * https://aws.amazon.com/ko/serverless/sam/
 +  * [[https://docs.aws.amazon.com/serverless-application-model/index.html|AWS Serverless Application Model]]
 +  * [[https://github.com/aws/serverless-application-model|aws/serverless-application-model: AWS Serverless Application Model (SAM) is an open-source framework for building serverless applications]]
 +  * [[https://github.com/aws/aws-sam-cli|aws/aws-sam-cli: CLI tool to build, test, debug, and deploy Serverless applications using AWS SAM]]
 +  * [[https://docs.aws.amazon.com/serverless-application-model/latest/developerguide/serverless-sam-cli-install-linux.html|Installing the AWS SAM CLI on Linux - AWS Serverless Application Model]]
 +
  
 ===== CLI ===== ===== CLI =====
   * https://docs.aws.amazon.com/serverless-application-model/latest/developerguide/serverless-sam-cli-install.html   * https://docs.aws.amazon.com/serverless-application-model/latest/developerguide/serverless-sam-cli-install.html
 +  * [[https://docs.aws.amazon.com/serverless-application-model/latest/developerguide/sam-cli-install-linux-alt.html|Installing the AWS SAM CLI on Linux using Homebrew - AWS Serverless Application Model]]
 +<code sh>
 +brew tap aws/tap
 +brew install aws-sam-cli
 +</code>
  
 +===== Java ===== 
 +  * [[https://epsagon.com/tools/aws-lambda-and-java-spring-boot-getting-started/|AWS Lambda and Java Spring Boot: Getting Started | Epsagon]] 
 +  * [[https://github.com/awslabs/aws-serverless-java-container/wiki/Quick-start---Spring-Boot2|Quick start Spring Boot2 · awslabs/aws-serverless-java-container Wiki]] 
 +  * [[https://aws.amazon.com/ko/blogs/korea/aws-toolkit-for-intellij-now-generally-available/|AWS Toolkit for IntelliJ를 통해 손쉽게 서버리스 앱 배포해 보기 | Amazon Web Services 한국 블로그]] 
 +  * [[https://goateedev.tistory.com/220|AWS Toolkit ( IntelliJ ) 으로 Lambda 로컬 테스트]] 
 +===== 참조 ===== 
 +  * [[https://www.youtube.com/watch?v=X7Ji2UwRCKI|How to Debug Locally AWS Lambda Functions Using AWS Toolkit for Visual Studio Code - YouTube]] 
 +  * [[https://github.com/ganshan/sam-dynamodb-local|ganshan/sam-dynamodb-local: A hands-on tutorial on using SAM with DynamoDB Local.]]
aws/sam.txt · 마지막으로 수정됨: 2022/10/25 17:26 저자 kwon37xi