This repository was archived by the owner on Sep 7, 2020. It is now read-only.
This repository was archived by the owner on Sep 7, 2020. It is now read-only.
ResourceNotFoundException: Function not found #546
Open
Description
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 #407.