Closed dpilch closed 1 week ago
Allow custom name on Amplify managed table.
TODO: update documentation.
export const backend = defineBackend({ auth, data, }); backend .data .resources .cfnResources .amplifyDynamoDbTables .Todo .tableName = "MyCustomTableName";
https://github.com/aws-amplify/amplify-category-api/issues/2991
yarn test
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
Description of changes
Allow custom name on Amplify managed table.
TODO: update documentation.
CDK / CloudFormation Parameters Changed
Issue #, if available
https://github.com/aws-amplify/amplify-category-api/issues/2991
Description of how you validated changes
Checklist
yarn test
passesBy submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.