Cloudy-Networks / cloudydeploys

Deploy infrastructure for games and more in the free tier of AWS
0 stars 0 forks source link

Issue4-s3bucketname #5

Closed russelltadams closed 3 years ago

russelltadams commented 3 years ago

I removed hard coding of bucket name for both bucket creation stack and the deploy stack. I think for the future we might consider putting the "bootstrap" bucket name into SSM and getting it from SSM so the user doesn't need to input it when deploying, maybe? Out of scope for now.

These changes will allow you to deploy from scratch without the hardcoded bucket name getting in the way.

russelltadams commented 3 years ago

@ckx yes, I would really like to define a naming convention, I hate not having rules, I am always changing my mind on how it should go!! :-)

I was thinking about making a repo for an MKDocs Github page, for documentation...