aws

Drew Verlee 2022-05-04T02:22:25.469189Z

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?

Drew Verlee 2022-05-04T12:25:00.440729Z

Good idea.

jumar 2022-05-04T05:33:28.711629Z

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