Home

Awesome

Stiva

These stacks create a cognito user pool with two defined group (user and admin) and a Stiva DynamoDB table configured as one table, using AppSync for backend

Requirements

Installation

Useful commands

CDK commands env Variables

Env variables to use in cdk commands:

TEST

To run rest api test (canary test to use only after deployed stack on aws): AWS_PROFILE=myprofile TEST_REST=true npm test rest

IMP Need a rebuild before every test

Note Based on your OS config you should add aws environment variables

Thanks