Skip to content

Commit

Permalink
開発の注意事項を追記 (#30)
Browse files Browse the repository at this point in the history
* Add notification

* Add backup link

---------

Co-authored-by: Takahiro Kubo <ttaakkaa@amazon.co.jp>
  • Loading branch information
icoxfog417 and Takahiro Kubo committed Nov 21, 2023
1 parent d321dfb commit 9a270fc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions CONTRIBUTING.md
Expand Up @@ -34,6 +34,7 @@ Pull Request を送信するには、次の手順を実行してください。
* ソースコードの成形 : `npm run lint`
4. 変更内容が明確なコミットメッセージでコミットし、 Fork したリポジトリに push します。
5. Fork したリポジトリの Pull Request の画面から、本リポジトリの `main` ブランチに対し Pull Request を作成します。
* [**DynamoDB のスキーマ構造を変える時はバックアップを取得してください**](https://docs.aws.amazon.com/ja_jp/amazondynamodb/latest/developerguide/BackupRestore.html)
6. Pull Request に対しレビューを受けます。レビューが完了したらマージを行います。
* CI/CD の仕組みに関心ある場合は [CICD Setup](./docs/CICD_SETUP.md) をご参照ください。

Expand Down
2 changes: 2 additions & 0 deletions docs/DEVELOPMENT.md
Expand Up @@ -73,6 +73,8 @@ npm run web:dev

* (SageMaker Endpoint の動作確認方法について記載)

**モデルの変更の反映は、一度落として再起動しないと反映されないので注意してください**

#### モデルの追加手順

1. `packages/cdk/models` に新しいフォルダを追加し `serving.properties` を追加する。
Expand Down

0 comments on commit 9a270fc

Please sign in to comment.