You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After setting environment, while running deployment/awslocal/deploy.sh , it's showing the below error
Error parsing parameter '--zip-file': Unable to load paramfile fileb://lambdas/presign/lambda.zip: [Errno 2] No such file or directory: 'lambdas/presign/lambda.zip'
Waiter FunctionActiveV2 failed: An error occurred (ResourceNotFoundException): Function not found: arn:aws:lambda:us-east-1:000000000000:function:presign
An error occurred (ResourceNotFoundException) when calling the CreateFunctionUrlConfig operation: Function does not exist
Error parsing parameter '--zip-file': Unable to load paramfile fileb://lambdas/list/lambda.zip: [Errno 2] No such file or directory: 'lambdas/list/lambda.zip'
Waiter FunctionActiveV2 failed: An error occurred (ResourceNotFoundException): Function not found: arn:aws:lambda:us-east-1:000000000000:function:list
An error occurred (ResourceNotFoundException) when calling the CreateFunctionUrlConfig operation: Function does not exist
Error parsing parameter '--zip-file': Unable to load paramfile fileb://lambdas/resize/lambda.zip: [Errno 2] No such file or directory: 'lambdas/resize/lambda.zip'
Waiter FunctionActiveV2 failed: An error occurred (ResourceNotFoundException): Function not found: arn:aws:lambda:us-east-1:000000000000:function:resize
An error occurred (ResourceNotFoundException) when calling the PutFunctionEventInvokeConfig operation: The functiondoesn't exist.
deployment/awslocal/deploy.sh: line 61: jq: command not found
An error occurred (ResourceNotFoundException) when calling the GetFunction operation: Function not found: arn:aws:lambda:us-east-1:000000000000:function:resize
The text was updated successfully, but these errors were encountered:
After setting environment, while running
deployment/awslocal/deploy.sh
, it's showing the below errorThe text was updated successfully, but these errors were encountered: