outcaste-io / outserv

Blockchain Search with GraphQL APIs
https://manishrjain.com/outserv-graphql-blockchain-search
Other
197 stars 15 forks source link

feat(Lambda): Update lambda script easily #53

Closed manishrjain closed 2 years ago

manishrjain commented 2 years ago

This PR adds an /admin/lambda HTTP func to take in lambda script over HTTP, encode it to base64, and then update it.

When schema or lambda scripts are updated, automatically reload them in the server, making the updates visible to the end-user.


This change is Reviewable