verida / data-connector-server

1 stars 2 forks source link

deployment to Lambda #4

Closed nick-verida closed 2 years ago

nick-verida commented 2 years ago

Deployed to https://dataconnector.tn.verida.tech/

When this PR is approved then merges to main should update the deployment. This is (as yet) untested, but will test once this is merged.

https://dataconnector.tn.verida.tech/connect/twitter says it needs config changed on the Twitter side. https://dataconnector.tn.verida.tech/connect/facebook gives an error but I don't have any useful logging yet.

This took a few more changes than other servers have. It was hard to work out how to deal with the strongly-typed config as source code thing.

To deal with that I've done the following:

I don't love this - it's too easy to check in the wrong config. Not sure of a better way though, and I do like the strongly typed config.

nick-verida commented 2 years ago

Merging after discussion with @tahpot on Discord