llm_topic_modelling / cdk /cdk.json.example
seanpedrickcase's picture
Sync: Updated CDK code to include possibility of exporting DynamoDB logs to S3 csv output on automated basis
373207f
Raw
History Blame Contribute Delete
131 Bytes
{
"app": "python app.py",
"output": "cdk.out",
"context": {
"@aws-cdk/aws-ec2:restrictDefaultSecurityGroup": false
}
}