Skip to content

Function does not exist error while running deployment shell script #39

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
abidkhan484 opened this issue Nov 29, 2024 · 1 comment
Open

Comments

@abidkhan484
Copy link
Contributor

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 function doesn'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
@pythoninthegrass
Copy link

Looks like you were missing jq as well:

An error occurred (ResourceNotFoundException) when calling the PutFunctionEventInvokeConfig operation: The function doesn't exist.
deployment/awslocal/deploy.sh: line 61: jq: command not found

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants