AWS CodeArtifact - Is there a way to define LifeCycle policy?

Viewed 405
1 Answers

It is early days for this service and this ability is not there, currently customers may need to use ListPackageVersions and DeletePackageVersions APIs inside lambda for example to cleanup unused packages.

Related