Goal
Creating user using mutation from AppSync
Implementation plan
- Create Construct for creating user in
authentication module
- Create Lambda for creating user
- Update schema by creating mutation that would create new user in Cognito
- Connect mutation with Lambda as Data Source by creating resolver for mutation
- Adding Unit tests
Goal
Creating user using mutation from AppSync
Implementation plan
authenticationmodule