Hey guys, I’m using `DockerImageFunction` from CDK...
# sst
a
Hey guys, I’m using
DockerImageFunction
from CDK. How can I give it permissions to write into Dynamo table? This is really easy with SST Function construct, but not sure how to do it with CDK constructs.
m
Haven't used DockerImageFunction but dynamo table construct has grant functions. ie
dynamodbTable.grantReadWriteData(dockerFn)