File tree Expand file tree Collapse file tree
tuts/087-apigateway-lambda-integration Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# API Gateway Lambda Integration Tutorial
22
3- AWS CLIを使用してLambdaプロキシ統合でREST APIを作成するチュートリアルです。
3+ This tutorial demonstrates how to create a REST API with Lambda proxy integration using the AWS CLI.
44
5- ## ファイル
5+ ## Files
66
7- - ` apigateway-lambda-integration.md ` - ステップバイステップのチュートリアル
8- - ` apigateway-lambda-integration.sh ` - 自動実行スクリプト
7+ - ` apigateway-lambda-integration.md ` - Step-by-step tutorial
8+ - ` apigateway-lambda-integration.sh ` - Automated execution script
99
10- ## 実行方法
10+ ## Usage
1111
12- ### チュートリアルに従って手動実行
12+ ### Manual execution following the tutorial
1313``` bash
14- # チュートリアルを読んで手動でコマンドを実行
14+ # Read the tutorial and execute commands manually
1515cat apigateway-lambda-integration.md
1616```
1717
18- ### スクリプトで自動実行
18+ ### Automated execution with script
1919``` bash
20- # 全手順を自動実行
20+ # Execute all steps automatically
2121chmod +x apigateway-lambda-integration.sh
2222./apigateway-lambda-integration.sh
2323```
2424
25- ## 前提条件
25+ ## Prerequisites
2626
27- - AWS CLI設定済み
28- - 適切なIAM権限
27+ - AWS CLI configured
28+ - Appropriate IAM permissions
2929
30- ## 作成されるリソース
30+ ## Resources Created
3131
32- - Lambda関数
32+ - Lambda function
3333- API Gateway REST API
34- - IAMロール
34+ - IAM role
3535
36- スクリプト実行後、すべてのリソースは自動的にクリーンアップされます。
36+ All resources are automatically cleaned up after script execution.
You can’t perform that action at this time.
0 commit comments