klothoplatform / klotho

Klotho - write AWS applications at lightning speed
https://klo.dev
Apache License 2.0
1.12k stars 39 forks source link

S3 Bucket for Static Unit is missing Account ID prefix #54

Open DavidSeptimus-Klotho opened 1 year ago

DavidSeptimus-Klotho commented 1 year ago

Static Unit creates a bucket for each site using the following bucket naming format: static-website-<UNIT_ID>. Since S3 bucket names are globally unique, deployment may fail if a bucket of the same name already exists.

A more appropriately namespaced alternative format is the following: <ACCOUNT_ID>-<APP_NAME>-<UNIT_ID>

atorres-klo commented 1 year ago

This is a breaking change