-
Notifications
You must be signed in to change notification settings - Fork 72
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: add support for function logs streaming to sandbox (#1492)
* feat: add support for function logs streaming to sandbox * update package lock * update package lock * update package lock * PR feedback updates * PR feedback updates * PR feedback updates * try this * try this * try this * Updates to cli options * add more tests * fix lint * PR feedback updates * remove colors suppressions from printer * move ArnParser from cdk to sdk * fix error handling * PR updates * Remove color-support * regenerate package lock * update tests
- Loading branch information
1 parent
6295919
commit 8f23287
Showing
19 changed files
with
9,057 additions
and
6,109 deletions.
There are no files selected for viewing
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,8 @@ | ||
--- | ||
'@aws-amplify/cli-core': minor | ||
'@aws-amplify/sandbox': minor | ||
'@aws-amplify/backend-cli': minor | ||
'create-amplify': patch | ||
--- | ||
|
||
feat: add support for function logs streaming to sandbox |
Large diffs are not rendered by default.
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
export * from './prompter/amplify_prompts.js'; | ||
export * from './printer/printer.js'; | ||
export * from './printer.js'; | ||
export { format, Format } from './format/format.js'; | ||
export { ColorName, colorNames, format, Format } from './format/format.js'; | ||
export * from './package-manager-controller/package_manager_controller_factory.js'; |
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
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
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
Oops, something went wrong.