Skip to content

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

Open
@abidkhan484

Description

@abidkhan484

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions