Today I received the following error when trying to deploy from Azure DevOps a lambda to AWS via a zip file in S3:[ERROR] PermissionError: [Errno 13] Permission denied: '/var/task/inspector.py' Traceback (most recent call last): File "/var/lang/lib/python3.7/im... line 300, in find_module with open(file_path, 'rb') as file: I was compressing the inspector.py using the Compress-Archive powershell function:Continued on: https://ralphwillgoss.githu... ......
Today I discovered an issue with the AWS Toolkit for Azure DevOps, specifically the AWS Lambda Deploy Function.The task task: LambdaDeployFunction@1 will incorrectly report that your function cannot be found, even if it does exist.note: AWS Toolkit for Azure DevOps version: 1.7.0 ##[error]Error: Function:my-function does not exist, cannot update code onlyContinued on: https://ralphwillgoss.githu... ......