Graphcool / graphcool-framework

Apache License 2.0
1.77k stars 131 forks source link

ResourceNotFoundException: Function not found #546

Open divyenduz opened 5 years ago

divyenduz commented 5 years ago

Current behavior

Some functions for specific projects run into an inconsistent state and yield the following error:

""software.amazon.awssdk.services.lambda.model.ResourceNotFoundException: Function not found: arn:aws:lambda:eu-west-1:484631947980:function:cjcy2yewq2fch0195yie5mqx0-cjhm3kqy8001101oxg1e6l0z8 (Service: null; Status Code: 404; Error Code: ResourceNotFoundException; Request ID: 61865bd4-88ea-11e8-8cd0-ff53bc869647)","

The workaround is to re-deploy the functions with a different name.

Reproduction

No concrete reproduction yet.

Expected behavior? Deployed functions should not yield this error.

Additional Context This might be related to https://github.com/prismagraphql/graphcool-framework/issues/407.