Hi wondering if anyone has any help with my stack ...
# help
a
Hi wondering if anyone has any help with my stack problem. The problem we have is we want to listen to a pre-existing S3 bucket for updates. So we added an
AwsCustomResource
. The questions are: • is this the best way to do this? • and if so, we are getting an error
Cannot read property 'statements' of undefined
in
AwsCustomResource
f
Hi @Amar Parmar, that’s is the best way to go about it.
CDK is still adding support for it - https://github.com/aws/aws-cdk/pull/11773
Maybe take a look at their PR and see how they are doing it?
We will add support for it in SST once this PR is merged for CDK.
a
Thank you