📃
Labs Engineering Standards
HomeGuides
  • Labs Engineering Standards
  • Writing Standards
  • Coding
    • Programming Languages
    • Developer Workflow
    • Git
    • Github
    • Code Quality
    • Application Security
  • Frameworks
    • Web API Frameworks
    • React
    • Node.js
    • Spring
  • Platforms & Services
    • 3rd Party Services
    • Data Persistence
  • Infrastructure
    • DNS
    • AWS
    • Heroku
Powered by GitBook
On this page

Was this helpful?

  1. Infrastructure

Heroku

(HE-100) Naming Standards

The following naming standards apply to all apps in Heroku:

  • The name of the Heroku App must match the repository name

Rationale:

  • Naming conventions are crucial for managing the large number of different applications we support

Alternatives:

  • None

Exceptions:

  • None

PreviousAWS

Last updated 3 years ago

Was this helpful?