# API Gateway Authorizer (sample)

## Development Setup

- run `npm install` to download all node dependencies
- run `npm link @step-up-auth/auth-sdk`
- run `npm link @step-up-auth/auth-utils`
- run `npm run test` to execute unit tests
  - ensure that AWS_PROFILE environment variable is set.  Set AWS_PROFILE to `default`.