Skip to content

Commit 2fec0e1

Browse files
committed
add ssm parameter for octagon-DataSchemas table
1 parent d53ec74 commit 2fec0e1

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

sdlf-foundations/template.yaml

+7
Original file line numberDiff line numberDiff line change
@@ -1457,6 +1457,13 @@ Resources:
14571457
Type: String
14581458
Value: !Ref rDynamoOctagonTeams
14591459
Description: Name of the DynamoDB used to store teams metadata
1460+
rDynamoDataSchemasSsm:
1461+
Type: AWS::SSM::Parameter
1462+
Properties:
1463+
Name: /SDLF/Dynamo/DataSchemas
1464+
Type: String
1465+
Value: !Ref rDynamoOctagonSchemas
1466+
Description: Name of the DynamoDB used to store data schemas
14601467
rDynamoManifestsSsm:
14611468
Type: AWS::SSM::Parameter
14621469
Properties:

0 commit comments

Comments
 (0)