Adrián Mouly
09/20/2021, 12:44 PM${scope.stage}-${scope.name}-project
… where project
is the name of the feature that I want to build.
Then when creating a Dynamo table, for example, I do this:
tableName: `${namePrefix}-myCoolTable`,
But well, it’s a little boilerplate to do this on every Construct instance.
What others are doing?thdxr
09/20/2021, 3:31 PMthdxr
09/20/2021, 3:31 PMAdrián Mouly
09/20/2021, 6:24 PM