We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ae8b440 commit 619c8feCopy full SHA for 619c8fe
patterns/pattern-1/template.yaml
@@ -599,6 +599,7 @@ Resources:
599
BDA_PROJECT_ARN: !Ref BDAProjectArn
600
WORKING_BUCKET: !Ref WorkingBucket
601
SAGEMAKER_A2I_REVIEW_PORTAL_URL: !Ref SageMakerA2IReviewPortalURL
602
+ CONFIGURATION_TABLE_NAME: !Ref ConfigurationTable
603
LoggingConfig:
604
LogGroup: !Ref ProcessResultsFunctionLogGroup
605
Policies:
@@ -611,6 +612,8 @@ Resources:
611
612
BucketName: !Ref OutputBucket
613
- DynamoDBCrudPolicy:
614
TableName: !Ref BDAMetadataTable
615
+ - DynamoDBCrudPolicy:
616
+ TableName: !Ref ConfigurationTable
617
- Statement:
618
- Effect: Allow
619
Action: cloudwatch:PutMetricData
0 commit comments