Okay I am going to make use of AWS services here. First and foremost in the application is the user and we will need to make a profile for him. Also authentication will be used to access backend services.
For this purpose we can use Amazon Cognito. The data related to event can be stored in Dynamodb while AWS AppSync can be used to connect the DDB.
For Frontend we are going to use react and amplify libraries to seamlessly connect with AWS services
Comments
Post a Comment