nodecloud-legacy icon indicating copy to clipboard operation
nodecloud-legacy copied to clipboard

Add CDN Service - aws cloud front

Open dilantha111 opened this issue 6 years ago • 3 comments

This is a Feature Proposal

Description

*Supporting for CDN services. aws cloud front. ex :- create distributions , create invalidations. For an example CDN invalidations specially helpful when sdk is used with continuous delivery

dilantha111 avatar Mar 17 '18 21:03 dilantha111

Give more information about the public interfaces you are planning to implement

rehrumesh avatar Mar 19 '18 03:03 rehrumesh

@dilantha111 it would be great if you can compare this service with the equivalents of other cloud providers before implementation.

rajikaimal avatar Mar 19 '18 05:03 rajikaimal

Of course @rehrumesh and @rajikaimal Thanks for the heads up.

NodeCloud interface aws gcp
cloud cdn distribution cloud front distribution cloud cdn
cloud cdn invalidation cloud front invalidation cloud cdn invalidation

so the common interface would be like follows :

cloud cdn distribution cloud cdn invalidation
createDistribution createInvalidation
listDistributions listInvalidations
deleteDistribution
updateDistribution

dilantha111 avatar Mar 19 '18 16:03 dilantha111