Skip to content

Instantly share code, notes, and snippets.

View uzair110's full-sized avatar
:electron:
No questions asked

uzairmustufa uzair110

:electron:
No questions asked
  • Lahore University of Managment Sciences
  • Karachi, Lahore
  • X @uzrnqv
View GitHub Profile
AWSTemplateFormatVersion: 2010-09-09
Resources:
OrdersTable:
Type: AWS::DynamoDB::Table
Properties:
TableName: AuthorsTable_prod
AttributeDefinitions:
- AttributeName: "AuthorName"
AttributeType: "S"
- AttributeName: "BookTitle"