Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 504 Bytes

CONTRIBUTING.md

File metadata and controls

22 lines (14 loc) · 504 Bytes

Contributing

Thank you for your interest in contributing. Please review the following documentation and make a pull request with your changes!

Naming

You should name your example according to the following pattern:

<language>-<template-name>

Valid Languages

  • typescript
  • python
  • java
  • csharp

Structure

Your template should be a valid CDK application and be deployable. It should also have a cdk.json file in the root of the template directory.