User Pool SetupThis is my standard starting point for a cognito user pool with groups, email confirmations, dev/prod workflow, Google federated identity

AWS
Serverless
Cognito
Backend Serverless DeploymentThis is my starting point for creating Dynamo table, S3 bucket, and email services

AWS
Serverless
DynamoDB
S3 Trigger to DynamoUsing a presigned URL from authorized user to upload to S3 and save metadata and location to Dynamo

AWS
Node
DynamoDB
S3 Bucket
User access model - pre token generationCognito pre token generation hook to give user access groups in their token

Node
AWS
Cognito
Custom React hook for mutation handlingMakes a create function using useMutation that can be imported and run in another component

React
Apollo GraphQL
Circle CI setup file Sample of CI/CD setup for a frontend app