I'm using AWS CodeArtifact to store Python packages. I really like CodeArtifact concept. For Source code repository I use Bitbucket. I'd like to automate things and involve Bitbucket Pipeline to build package and upload it to CodeArtifact.
Unfortunately I'm new to this topic of pipelines and I don't see any integration for AWS CodeArtifact. Is there any person who did it? If yes, how to do it?