Using the authorization token returned by aws codeartifact get-authorization-token would improve security. If we then use that token within the lambda function to access codeartifact we could rely on that security model (iam policies etc).
Attemps to do this failed so far, but this should be possible i think
Using the authorization token returned by
aws codeartifact get-authorization-tokenwould improve security. If we then use that token within the lambda function to access codeartifact we could rely on that security model (iam policies etc).Attemps to do this failed so far, but this should be possible i think