Skip to content

Conversation

@willpusher
Copy link
Contributor

@willpusher willpusher commented May 3, 2023

Add the facility to manage serverless functions.

Robert Oles and others added 25 commits October 7, 2022 13:41
Enables operator to create/update/delete functions via pusher api.
Add function logs command
Group of commands that enable management of function configurations
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.
…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
@willpusher willpusher changed the title Function stuff Serverless Functions May 3, 2023
@willpusher willpusher merged commit 3e9a087 into master May 3, 2023
@willpusher willpusher deleted the function-stuff branch May 3, 2023 15:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants