by shigemk2

当面は技術的なことしか書かない

CloudFormation S3 GetAtt

ドメイン名とかArnとかはGetAttで取れるけど、バケット名そのものはRefで取る。

Outputs:
  BucketName:
    Value: !Ref S3Bucket
    Description: Name of the sample Amazon S3 bucket with CORS enabled.

docs.aws.amazon.com