NASA-IMPACT / veda-backend

Backend services for VEDA
Other
13 stars 5 forks source link

Remove management of CloudFront distribution from veda-backend #403

Closed botanical closed 2 months ago

botanical commented 3 months ago

Context

veda-routes will be responsible for management CloudFront resources, so we should remove the creation of the distribution from this repo.

Acceptance Criteria

botanical commented 2 months ago

@anayeaye @smohiudd , do you think this ticket should also remove the CDK for the custom API domain?

anayeaye commented 2 months ago

@botanical you mean like staging-stac@domain_name.com and staging-raster@domain_name.com?

I think that would make the project easer to understand but I would probably only include that work in the same task if it makes it easier to remove the cloudfront distribution. I think removing that custom subdomain work might be a little messy to extract?

botanical commented 2 months ago

@botanical you mean like staging-stac@domain_name.com and staging-raster@domain_name.com?

I think that would make the project easer to understand but I would probably only include that work in the same task if it makes it easier to remove the cloudfront distribution. I think removing that custom subdomain work might be a little messy to extract?

@anayeaye Yep, that's what I meant! Yeah, I will take a look, I think you're right that it might be a bit messy to extract but if not, I'll include that in this issue. Thanks!

botanical commented 2 months ago

https://github.com/NASA-IMPACT/veda-backend/pull/422