Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in

Failed to deploy a lambda with aws-lambda-deploy

thierry_paret September 16, 2021

I'm trying to fix this error when deploying my lambda:

 

INFO: Writing results to file /opt/atlassian/pipelines/agent/build/.bitbucket/pipelines/generated/pipeline/pipes/aws-lambda-deploy-env
Traceback (most recent call last):
File "/pipe.py", line 268, in <module>
File "/pipe.py", line 261, in run
self.update_function_code()
File "/pipe.py", line 213, in update_function_code
self.write_update_response_to_file(response)
File "/pipe.py", line 220, in write_update_response_to_file
with open(self.update_response_file_path, 'w') as result_file:
PermissionError: [Errno 13] Permission denied: '/opt/atlassian/pipelines/agent/build/.bitbucket/pipelines/generated/pipeline/pipes/aws-lambda-deploy-env'
I tried to use a documented fix : 
rm -rf /opt/atlassian/pipelines/agent/build/.bitbucket/pipelines/generated/pipeline/pipes/aws-lambda-deploy-env
but it didn't work on my side

1 answer

1 accepted

3 votes
Answer accepted
thierry_paret September 16, 2021

Fixed by changing the rm command with :

rm -rf /opt/atlassian/pipelines/agent/build/.bitbucket/pipelines/generated/pipeline/pipes/

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events