Skip to content

Commit c16cdb4

Browse files
authored
Merge pull request #23 from matsumatsu20/feature/user-first-experience
Add userFirstExperience table name
2 parents f6b3336 + 07c016c commit c16cdb4

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

template.sample.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -395,6 +395,12 @@ Resources:
395395
Name: !Sub "${AWS::StackName}TokenDistributionTableName"
396396
Type: String
397397
Value: xxxxxdatabase-TokenDistribution-11T1JVN14FGS7
398+
UserFirstExperienceTableName:
399+
Type: "AWS::SSM::Parameter"
400+
Properties:
401+
Name: !Sub "${AWS::StackName}UserFirstExperienceTableName"
402+
Type: String
403+
Value: xxxxxdatabase-UserFirstExperience-1XZRHGK7SFVYY
398404

399405
#
400406
# ElasticSearch

0 commit comments

Comments
 (0)