Fork me on GitHub
#aws
<
2022-05-04
>
Drew Verlee02:05:25

Anyone have an example of creating a public static website using the cognitet aws api? I feel like i'm reinventing the wheel here a bit. Like I think i need to call PutBucketPolicy now to make it available to read?

jumar05:05:28

It seems you mean website backed by an s3 bucket, perhaps served via cloudfront? I'd seriously consider using Cloudformation or Terraform for that. You will find numerous examples on the Internet