728x90
sam CLI 설치
Installing the AWS SAM CLI - AWS Serverless Application Model
The AWS SAM CLI might interact with filepaths that exceed the Windows max path limitation. This may cause errors when running sam init due to Windows 10 MAX_PATH limitations. To resolve this issue, the new long paths behavior must be configured.
docs.aws.amazon.com
sam init
quick start templates 선택
sam init
...
Which template source would you like to use?
1 - AWS Quick Start Templates
2 - Custom Template Location
Choice: 1
Choose an AWS Quick Start application template
1 - Hello World Example
2 - Multi-step workflow
3 - Serverless API
4 - Scheduled task
5 - Standalone function
6 - Data processing
7 - Hello World Example With Powertools
8 - Infrastructure event management
9 - Serverless Connector Hello World Example
10 - Multi-step workflow with Connectors
11 - Lambda EFS example
12 - DynamoDB Example
13 - Machine Learning
Template: 1
Use the most popular runtime and package type? (Python and zip) [y/N]: y
Would you like to enable X-Ray tracing on the function(s) in your application? [y/N]: ENTER
Would you like to enable monitoring using CloudWatch Application Insights?
For more info, please view https://docs.aws.amazon.com/AmazonCloudWatch/latest/monitoring/cloudwatch-application-insights.html [y/N]: ENTER
Project name [sam-app]: ENTER
325365655655665656
728x90
'Amazon Web Services' 카테고리의 다른 글
AWS 네트워크 인터페이스에서 IP 추가와 재부팅 후 유지 여부 비교 (0) | 2025.01.12 |
---|---|
lambda session id 자동 부여 (0) | 2024.04.14 |
람다람쥐썬더 (0) | 2024.03.02 |
Lambda SES 이메일 보내기 (0) | 2024.02.26 |
Lambda hello world~ .jar (0) | 2024.02.21 |