bosonprotocol / reference-backend

[DEPRECATED] An example backend application for Boson Protocol
GNU Lesser General Public License v3.0
10 stars 0 forks source link

Keepers (Event listener) deployment #114

Closed moh-abk closed 3 years ago

moh-abk commented 3 years ago

Deploy the keepers (event listener) as an ECS service on AWS pointing to the AWS deployment of reference backend.

The code located here - https://github.com/bosonprotocol/keepers has now been moved into reference-backend/external/keepers (it was already there but the keepers repo was commits ahead of it) -- @HristiyanG all development work for Event listener should happen here.

This means that all the below components reside in this repo;

Reference backend: reference-backend/src Trigger functions: reference-backend/lambdas Event listener: keference-backend/external/keepers

All components are now deployed to AWS.

HristiyanG commented 3 years ago

Deploy the keepers (event listener) as an ECS service on AWS pointing to the AWS deployment of reference backend.

The code located here - https://github.com/bosonprotocol/keepers has now been moved into reference-backend/external/keepers (it was already there but the keepers repo was commits ahead of it) -- @HristiyanG all development work for Event listener should happen here.

This means that all the below components reside in this repo;

Reference backend: reference-backend/src Trigger functions: reference-backend/lambdas Event listener: keference-backend/external/keepers

All components are now deployed to AWS.

This code was quite obsolete (placed here for the auditors to look at one place)? Did you placed the recent changes that we have on the separated repo?

moh-abk commented 3 years ago

Deploy the keepers (event listener) as an ECS service on AWS pointing to the AWS deployment of reference backend. The code located here - https://github.com/bosonprotocol/keepers has now been moved into reference-backend/external/keepers (it was already there but the keepers repo was commits ahead of it) -- @HristiyanG all development work for Event listener should happen here. This means that all the below components reside in this repo; Reference backend: reference-backend/src Trigger functions: reference-backend/lambdas Event listener: keference-backend/external/keepers All components are now deployed to AWS.

This code was quite obsolete (placed here for the auditors to look at one place)? Did you placed the recent changes that we have on the separated repo?

Yes it's now upto date with - https://github.com/bosonprotocol/keepers @HristiyanG