diff --git a/labs/create-dynamodb-table-using-cloudformation/acg-dynamodb-template.yaml b/labs/create-dynamodb-table-using-cloudformation/acg-dynamodb-template.yaml index a893c98..b36eddd 100644 --- a/labs/create-dynamodb-table-using-cloudformation/acg-dynamodb-template.yaml +++ b/labs/create-dynamodb-table-using-cloudformation/acg-dynamodb-template.yaml @@ -31,5 +31,5 @@ Parameters: Outputs: Inventory: - Description: Alfredo's Inventory Table + Description: Kelvin's Inventory Table Value: !Ref InventoryTable