Closed abhi7cr closed 2 months ago
Convert Gen1 amplify directory to Gen2 once codegen is complete. Add tsconfig.json to Gen2 amplify dir. Reviewed folder structure with @josefaidt.
tsconfig.json
npx @aws-amplify/migrate to-gen-2 generate-code
amplify folder now points at Gen2 and .amplify/migration/amplify has Gen1 amplify:
amplify
.amplify/migration/amplify
ran yarn cloud pr
yarn cloud pr
TODO: Integration tests would cover this flow.
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
Convert Gen1 amplify directory to Gen2 once codegen is complete. Add
tsconfig.json
to Gen2 amplify dir. Reviewed folder structure with @josefaidt.Description of how you validated changes
npx @aws-amplify/migrate to-gen-2 generate-code
Folder structure post codegen
amplify
folder now points at Gen2 and.amplify/migration/amplify
has Gen1 amplify:ran
yarn cloud pr
TODO: Integration tests would cover this flow.
Checklist
yarn test
passesBy submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.