====== 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]] * [[https://serverlessland.com/patterns|Serverless patterns | Serverless Land]] ===== 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/sam-cli-install-linux-alt.html|Installing the AWS SAM CLI on Linux using Homebrew - AWS Serverless Application Model]] brew tap aws/tap brew install aws-sam-cli ===== 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.]]