Guest User

Untitled

a guest
Jun 20th, 2018
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.39 KB | None | 0 0
  1. SessionsTableDataSource:
  2. Type: AWS::AppSync::DataSource
  3. Properties:
  4. ApiId: !GetAtt SessionManagerApi.ApiId
  5. Name: !Sub ${APIName}_sessions_table
  6. Description: AppSync data source sessions table
  7. Type: AMAZON_DYNAMODB
  8. ServiceRoleArn: !GetAtt AppSyncServiceRole.Arn
  9. DynamoDBConfig:
  10. TableName: !Ref DDBSessionsTable
  11. AwsRegion: !Sub ${AWS::Region}
Add Comment
Please, Sign In to add comment