Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 596 Bytes

CONVENTIONS.md

File metadata and controls

17 lines (12 loc) · 596 Bytes

Conventions

Dependencies

Use the caret ^ semver syntax to allow updates of minor and patch versions if possible, otherwise lock the dependency version.

Naming conventions

The CI server expects your app to follow these conventions.

  • stack configuration goes under bin/ named after the app directory plus -app.ts, e.g. swagger-joiner.app.ts
  • stacks are named after your app in camelcase plus app name and environment, e.g. SwaggerJoinerSomethingTest
  • use the env properties to specify the account id and region https://docs.aws.amazon.com/cdk/latest/guide/getting_started.html