# Re-Bootstrapping a CDK Environment
1 min read
I unwittingly deleted the CdkStack in CloudFormation, but re-running cdk bootstrap again resulted in an error telling me that the S3 bucket used by CDK already existed but wasn’t in my account.
I unwittingly deleted the CdkStack in CloudFormation, but re-running cdk bootstrap again resulted in an error telling me that the S3 bucket used by CDK already existed but wasn’t in my account.
For my capstone project at Penn State, I built a React JS single page app (SPA) that used Axios to communicate using an IoT protocol known as oneM2M in realtime. I’ve recently become interested in…