Website Signup (Using AWS)

Job ID: 30667899

Budget: $10 – $1,000 AUD

Create a website signup process which does the following:

- Creates a user account, and if successful:
- Creates a Stripe Subscription, and if successful:
- Create an entry in a DynamoDB table
- Allow the user to sign in, and out

Constraints:

- Must use AWS services
- Must use Cognito for users
- Must be serverless (Lambda & API gateway)