You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
description: Suggest an activity to help address tech debt, governance, and anything internal
3
+
title: "Maintenance: TITLE"
4
+
labels: ["internal", "triage"]
5
+
body:
6
+
- type: markdown
7
+
attributes:
8
+
value: |
9
+
Thank you for taking the time to help us improve operational excellence.
10
+
11
+
*Future readers*: Please react with 👍 and your use case to help us understand customer demand.
12
+
- type: textarea
13
+
id: activity
14
+
attributes:
15
+
label: Technical debt
16
+
description: Please provide an overview in one or two paragraphs
17
+
validations:
18
+
required: true
19
+
- type: textarea
20
+
id: importance
21
+
attributes:
22
+
label: Why is this needed?
23
+
description: Please help us understand the value so we can prioritize it accordingly
24
+
validations:
25
+
required: true
26
+
- type: dropdown
27
+
id: area
28
+
attributes:
29
+
label: Which area does this relate to?
30
+
multiple: true
31
+
options:
32
+
- Automation
33
+
- Governance
34
+
- Tests
35
+
- Static typing
36
+
- Tracer
37
+
- Logger
38
+
- Metrics
39
+
- Event Handler - REST API
40
+
- Event Handler - GraphQL API
41
+
- Middleware factory
42
+
- Parameters
43
+
- Batch processing
44
+
- Typing
45
+
- Validation
46
+
- Event Source Data Classes
47
+
- Parser
48
+
- Idempotency
49
+
- Feature flags
50
+
- JMESPath functions
51
+
- Other
52
+
- type: textarea
53
+
id: suggestion
54
+
attributes:
55
+
label: Solution
56
+
description: If available, please share what a good solution would look like
57
+
validations:
58
+
required: false
59
+
- type: checkboxes
60
+
id: acknowledgment
61
+
attributes:
62
+
label: Acknowledgment
63
+
options:
64
+
- label: This request meets [Lambda Powertools Tenets](https://awslabs.github.io/aws-lambda-powertools-python/latest/#tenets)
65
+
required: true
66
+
- label: Should this be considered in other Lambda Powertools languages? i.e. [Java](https://github.com/awslabs/aws-lambda-powertools-java/), [TypeScript](https://github.com/awslabs/aws-lambda-powertools-typescript/)
67
+
required: false
68
+
- type: markdown
69
+
attributes:
70
+
value: |
71
+
---
72
+
73
+
**Disclaimer**: We value your time and bandwidth. As such, any pull requests created on non-triaged issues might not be successful.
0 commit comments