Just starting to get familiar with using & com...
# help
c
Just starting to get familiar with using & composing CDK constructs inside SST stacks. Curious, does a stack like this look decently well-formed or are there areas you’d change to make it more performant, succinct, or better leverage SST?
a
Isn’t an ENUM defined for this stuff?
Copy code
['s3:AbortMultipartUpload', 's3:GetBucketLocation', 's3:GetObject', 's3:ListBucket', 's3:ListBucketMultipartUploads', 's3:PutObject'],
t
not too much sticks out immediately but I'll take a closer look