-
Notifications
You must be signed in to change notification settings - Fork 74
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
defineFunction
initial implementation (#742)
* build working * update package lock * updating test cases * update snapshots * update api extract * add changeset * fix api * fix auto-rename mishap * update e2e test case * add additional check to e2e suite * lint fixes * update snapshots * trying this * updating assertion * update snapshots * addressing PR comments * update snapshots * update api extract * update changeset * fix lint * Im dumb * still dumb * remove unused code * hopefully last fix * update snapshots * json parse lambda output
- Loading branch information
1 parent
db775ad
commit c6c39d0
Showing
85 changed files
with
1,112 additions
and
671 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,5 @@ | ||
--- | ||
'@aws-amplify/backend-function': minor | ||
--- | ||
|
||
Initial implementation of new 'defineFunction' entry point |
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,7 @@ | ||
--- | ||
'create-amplify': patch | ||
'@aws-amplify/plugin-types': minor | ||
'@aws-amplify/backend': minor | ||
--- | ||
|
||
Expose new `defineFunction` interface |
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
Oops, something went wrong.