Adrián Mouly
12/16/2021, 1:08 AMDockerImageFunction
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.Mike McCall
12/16/2021, 5:57 AMdynamodbTable.grantReadWriteData(dockerFn)