User Pool SetupThis is my standard starting point for a cognito user pool with groups, email confirmations, dev/prod workflow, Google federated identity
Backend Serverless DeploymentThis is my starting point for creating Dynamo table, S3 bucket, and email services
S3 Trigger to DynamoUsing a presigned URL from authorized user to upload to S3 and save metadata and location to Dynamo
User access model - pre token generationCognito pre token generation hook to give user access groups in their token
Custom React hook for mutation handlingMakes a create function using useMutation that can be imported and run in another component
Circle CI setup file Sample of CI/CD setup for a frontend app