-
Notifications
You must be signed in to change notification settings - Fork 6
Serverless Functions #58
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
Merged
Merged
Conversation
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
Enables operator to create/update/delete functions via pusher api.
Pusher Functions
Add function logs command
Group of commands that enable management of function configurations
Add function config command
Bumps [golang.org/x/text](https://github.com/golang/text) from 0.3.7 to 0.3.8. - [Release notes](https://github.com/golang/text/releases) - [Commits](golang/text@v0.3.7...v0.3.8) --- updated-dependencies: - dependency-name: golang.org/x/text dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
sync / async allows for functions to be executed either before publication (and therefore modify the event content) or after. This commit allows a customer to select the mode of operation when creating a function.
Add function mode
…text-0.3.8 Bump golang.org/x/text from 0.3.7 to 0.3.8
Use '--app-id' instead of '--app_id' in functions
Enhance config options to allow use in staging clusters
* use zip instead of file for function creation * Mob programming results * Revert debug code * Add newline on functions config responses * Fix staging (#10) Enhance config options to allow use in staging clusters * Use io readers and writers instead of zipping to disk * Use []byte in function requests This gives us Bas364 encoding for free. * Start newline before printing fn body * Fix issues with zip paths * functions get should download zip file --------- Co-authored-by: Agata Walukiewicz <agata.walukiewicz@messagebird.com> Co-authored-by: Vitaliy Kalachikhin <vitaliy.kalachikhin@messagebird.com>
Change function ID from int to string to accommodate UUIDs
Allow functions to be invoked
* Update status in README from alpha to beta * Make events, body and name optional on function update * Display Mode when querying functions * Allow update to update mode * Default to async on creation and allow common abbreviations * Send empty event list on creation
fbenevides
approved these changes
May 3, 2023
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.
Add the facility to manage serverless functions.