-
Notifications
You must be signed in to change notification settings - Fork 66
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
15 changed files
with
56 additions
and
104 deletions.
There are no files selected for viewing
4 changes: 0 additions & 4 deletions
4
packages/integration-tests/src/test-e2e/sandbox/hotswappable_resources.sandbox.test.ts
This file was deleted.
Oops, something went wrong.
This file contains 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
This file contains 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
5 changes: 5 additions & 0 deletions
5
...n-tests/src/test-project-setup/live-dependency-health-checks-projects/README.md
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
Projects in this directory are meant for `live-dependency-health-checks` (aka canaries). | ||
|
||
1. These projects must not be used in e2e tests to provide deep functional coverage. | ||
2. These projects must be lightweight to provide fast runtime and stability. | ||
3. These projects must cover only P0 scenarios we care most. (That are not covered by "getting started" flow, aka `create-amplify`). |
This file contains 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
This file contains 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
4 changes: 0 additions & 4 deletions
4
packages/integration-tests/src/test-projects/hotswappable-resources/amplify/backend.ts
This file was deleted.
Oops, something went wrong.
21 changes: 0 additions & 21 deletions
21
packages/integration-tests/src/test-projects/hotswappable-resources/amplify/data/resource.ts
This file was deleted.
Oops, something went wrong.
7 changes: 0 additions & 7 deletions
7
...ages/integration-tests/src/test-projects/hotswappable-resources/amplify/test_factories.ts
This file was deleted.
Oops, something went wrong.
21 changes: 0 additions & 21 deletions
21
...tion-tests/src/test-projects/hotswappable-resources/hotswap-update-files/data/resource.ts
This file was deleted.
Oops, something went wrong.
5 changes: 5 additions & 0 deletions
5
...ration-tests/src/test-projects/live-dependency-health-checks-projects/README.md
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
Projects in this directory are meant for `live-dependency-health-checks` (aka canaries). | ||
|
||
1. These projects must not be used in e2e tests to provide deep functional coverage. | ||
2. These projects must be lightweight to provide fast runtime and stability. | ||
3. These projects must cover only P0 scenarios we care most. (That are not covered by "getting started" flow, aka `create-amplify`). |
4 changes: 4 additions & 0 deletions
4
...-projects/live-dependency-health-checks-projects/function-code-hotswap/amplify/backend.ts
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
import { defineBackend } from '@aws-amplify/backend'; | ||
import { nodeFunc } from './function.js'; | ||
|
||
defineBackend({ nodeFunc }); |
File renamed without changes.
File renamed without changes.
File renamed without changes.