-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Remove management of CloudFront distribution from veda-backend #403
Comments
@botanical you mean like 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! |
… backend (#422) ### Issue #403 #221 ### What + Why - Remove cloudfront distribution CDK from veda-backend because it's now managed in veda-routes - Update values passed into ingestor config to derive endpoint values using the custom host and stac and raster API root paths - Remove configuration and support for hosting duplicate stac and raster apis as alternative domains. ### Testing? Deployed to UAH
Context
veda-routes will be responsible for management CloudFront resources, so we should remove the creation of the distribution from this repo.
Acceptance Criteria
The text was updated successfully, but these errors were encountered: