So from either updating Serverless or connecting my application to the Serverless dashboard, Serverless uploaded a *-* -custom-resource-apigw-cw-role
AWS Lambda function for me. I deleted it since I had never seen that function before. Now when I try to redeploy my application, I get the following error:
An error occurred: CustomDashresourceDashapigwDashcwDashroleLambdaFunction - Function not found: arn:aws:lambda:us-east-1::function:--custom-resource-apigw-cw-role (Service: AWSLambdaInternal; Status Code: 404; Error Code: ResourceNotFoundException; Request ID: 339d5269-f118-4c1c-9451-7b51f002dd60).
Obviously this is from me deleting *-*-custom-resource-apigw-cw-role
. How can I recreate/reupload *-*-custom-resource-apigw-cw-role
so that I can redeploy my application?