Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 15 additions & 1 deletion .template/docs/template.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Template description for ${title_name}.

1. **AWS Lambda function**: Handles events.

![Architecture diagram](diagrams/${name}.png)
![Architecture diagram for ${title_name} showing the data flow between components](diagrams/${name}.png)

## Code

Expand All @@ -20,3 +20,17 @@ Deploy the stack using:
```bash
make deploy STACK=${name}
```

### Data models

Model | Description
--- | ---
`${camel_name}Model` | Description of the data model

### Environment variables

Variable | Description
--- | ---
`TABLE_NAME` | DynamoDB table name
`SERVICE_NAME` | Powertools service name
`METRICS_NAMESPACE` | Powertools metrics namespace