revert: restore source files and add only README deprecation banner#6
Merged
takaokouji merged 2 commits intomainfrom Apr 29, 2026
Merged
revert: restore source files and add only README deprecation banner#6takaokouji merged 2 commits intomainfrom
takaokouji merged 2 commits intomainfrom
Conversation
Lambda 関数 / API Gateway 設定はすべて smalruby/smalruby3-editor の infra/smalruby-api/ に CDK プロジェクトとして移行済み。SAM スタック smalruby-infra-prod は AWS から削除済み。 このリポジトリのソースコードは履歴的価値のため残し、README 冒頭に deprecation banner と移行先案内を追加する。
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
PR #5 で削除しすぎたためリバート。ソースコード等のファイルはすべて元に戻し、README に deprecation banner だけ追加 する形に修正します。
Changes
このブランチには 2 commit:
Revert "Merge pull request #5 ..."— PR chore: deprecate after CDK migration to smalruby3-editor/infra/smalruby-api #5 の削除を取り消し、lambda/,template.yaml,samconfig.toml,events/,scripts/,Gemfile,Rakefile,LOCAL_TESTING.md,OIDC_SETUP.md, テストスクリプト等をすべて復元docs: add deprecation banner to README— README 冒頭に deprecation 通知 + 移行マップ + 関連 PR リンクを追加 (本文は元のまま)なぜ削除しすぎだったか
PR #5 ではソースコードまで削除したが、利用者から「ソース履歴は残してほしい」という意向で、ファイルは保持して README で案内する方針に変更。
Diff (本 PR の正味の変更)
README.mdに 39 行の deprecation banner を追加するのみ。それ以外のファイルは PR #5 で削除されたものを復元しているだけで、main 上は実質「PR #5 マージ前 + README 1 ファイルだけ変更」と同等の状態になる。Related