Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: remove the delta-checkpoint lambda which I have moved to a new repo #1423

Merged
merged 2 commits into from
Jun 2, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
* @houqp @xianwill @wjones127 @fvaleye @roeap @rtyler @mosyp
proofs/ @houqp
python/ @wjones127 @fvaleye @rtyler @roeap @houqp
dynamodbb_lock/ @mosyp @houqp @xianwill
aws/delta-checkpoint/ @xianwill @houqp @rtyler @mosyp
tlaplus/ @houqp
4 changes: 0 additions & 4 deletions .github/workflows/dev_pr/labeler.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
rust:
- aws/**/*
- delta-inspect/**/*
- proofs/**/*
- rust/**/*
Expand All @@ -20,9 +19,6 @@ documentation:
storage/aws:
- aws/**/*

delta-checkpoint:
- aws/delta-checkpoint/**/*

delta-inspect:
- delta-inspect/**/*

Expand Down
64 changes: 0 additions & 64 deletions .github/workflows/lambda_checkpoint_build.yml

This file was deleted.

42 changes: 0 additions & 42 deletions .github/workflows/lambda_checkpoint_release.yml

This file was deleted.

1 change: 0 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
members = [
"rust",
"python",
"aws/delta-checkpoint",
]
exclude = ["proofs", "delta-inspect"]

Expand Down
2 changes: 0 additions & 2 deletions aws/delta-checkpoint/.gitignore

This file was deleted.

Loading