How do you specify AWS credentials when running AWS CLI from a Dockerfile in an AWS SAM pipeline?
I have an app using: SAM AWS S3 AWS Lambda based on Docker AWS SAM pipeline Github function In the Dockerfile I have: RUN aws s3 cp s3://mylambda/distilBERT distilBERT.tar.gz Resulting in the error message: Step 6/8 : RUN aws s3…