to use? 1 - AWS Quick Start Templates 2 - Custom Template Location AWSで⽤意されたテンプレートを使⽤するか⾃⾝で⽤意したカスタムテンプ レートを使⽤するか。 今回は前者を選択。 Choose an AWS Quick Start application template 1 - Hello World Example 2 - Data processing 3 - Hello World Example with Powertools for AWS Lambda 4 - Multi-step workflow 5 - Scheduled task 6 - Standalone function 7 - Serverless API 8 - Infrastructure event management 9 - Lambda Response Streaming 10 - Serverless Connector Hello World Example 11 - Multi-step workflow with Connectors 12 - Full Stack 13 - Lambda EFS example 14 - Hello World Example With Powertools 15 - DynamoDB Example 16 - Machine Learning どのテンプレートを使⽤するか。 今回は1を選択。 Use the most popular runtime and package type? (Python and zip) [y/N]: Pythonとzipでのアップロード構成にするか。 今回はNoを選択。 sam init コマンドの対話式で設定する内容 (1/3)
to use? 1 - Zip 2 - Image LambdaのデプロイをZipにするかImageにするか。 今回はZipを選択。 Would you like to enable X-Ray tracing on the function(s) in your application? [y/N]: X-Rayトレースを有効にするか。 今回はNoを選択。 Would you like to enable monitoring using CloudWatch Application Insights? For more info, please view https://docs.aws.amazon.com/AmazonCloudWatch/latest/monitoring/clo udwatch-application-insights.html [y/N]: CloudWatch Application Insightsによるモニタリングを有効にするか。 今回はNoを選択。 Project name [sam-app]: プロジェクト名を何にするか。 今回はデフォルトの sam-app を設定。 sam init コマンドの対話式で設定する内容 (3/3)