Slide 7
Slide 7 text
7
2023/10/11 Rust、何もわからない... #10
資料作成時の環境
インストール方法
• Rust : https://www.rust-lang.org/tools/install
• Docker : https://docs.docker.com/engine/install
• AWS Copilot : https://aws.github.io/copilot-cli/ja/docs/getting-started/install/
➢ 導入
➢ 成果物の構成
➢ 環境構築
➢ ベースとなる API の作成
➢ プロジェクトの作成
➢ API サーバーの作成
➢ Dockerfile の作成
➢ AWS へのデプロイ
➢ 分散トレーシングの実現
➢ 必要なクレートの追加
➢ tracing の設定
➢ main.rs の修正
➢ manifest.yaml の修正
➢ デプロイと動作確認
➢ クリーンアップ