-
Notifications
You must be signed in to change notification settings - Fork 276
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
"Role with name [my name]-executor already exists" on error #9
Comments
I'm planning to add a cleanup function soon. meanwhile, go to the aws web console (aws.amazon.com), select IAM, then Roles, then delete the role. Alternatively, delete the role from the command line using the aws cli |
Thanks! |
Did this cleanup function ever get implemented? calling EDIT when I deleted the role but not the function, it created the role then failed to create the function, so I deleted the function but then when I ran So all steps:
EDIT 2: I'll mention I got into this situation because I changed my module entry point name from |
@thom-nic its best to ask and discuss this on the gitter. please, if its not too much of a hassle, write it down on gitter and we can have a discussion on that |
Was there any resolution on this? |
TBH I don't remember. I probably deleted everything on the AWS/IAM side and started fresh. Unfortunately Gitter sucks as a searchable knowledge base so here we are :( I think the steps I listed above are sufficient to get everything cleaned up but I haven't needed to do it in a while so I don't recall. |
Hmm, deleting the role in IAM doesn't seem to be sufficient — I still get the error after doing so. Using the CLI has the same outcome. Is there something else that needs deleting? I think these issues are the same or very similar: |
I ran:
claudia create --name storingInDynamo --region us-west-2 --api-module index
but forgot the
files
property. That trigger an excellent error message:package.json does not contain the files property
Great - but when I fixed that and ran the create-command again:
And now I don't know how to fix this, except updating the name of the function (
--name
)The text was updated successfully, but these errors were encountered: