awslabs / aws-api-gateway-developer-portal

A Serverless Developer Portal for easily publishing and cataloging APIs
Apache License 2.0
924 stars 399 forks source link

CREATE_FAILED bucket already exists #543

Open kknd4eva opened 2 years ago

kknd4eva commented 2 years ago

I am unable to deploy the portal via SAM. No matter what I do, I get a 'bucket already exists' error in CloudFormation. For example:

2022-03-02 09:01:40 UTC+1100 | DevPortalSiteS3Bucket | CREATE_FAILED | api-portal-code already exists -- | -- | -- | --

I have confirmed via the console that the bucket does not exist. I have tried different bucket names. No matter what approach I take, the deployment fails with this same error. Is there something I'm missing here?