Why is Bitbucket pipeline throwing ‘authorization denied by plugin pipelines’ error for AWS Lambda function invocation?
I have a Bitbucket pipeline running integration tests. For the pipeline I built an image upon python:3.11-alpine using aws-sam-cli==1.115.0. I pushed the built image to a doctl registry, then I reference the image in my pipelines yaml configuration file.