File tree 3 files changed +31
-31
lines changed
3 files changed +31
-31
lines changed Original file line number Diff line number Diff line change @@ -56,20 +56,20 @@ body:
56
56
attributes :
57
57
label : AWS Lambda function runtime
58
58
options :
59
- - label : " 3.6"
60
- - label : " 3.7"
61
- - label : " 3.8"
62
- - label : " 3.9"
59
+ - 3.6
60
+ - 3.7
61
+ - 3.8
62
+ - 3.9
63
63
validations :
64
64
required : true
65
65
- type : dropdown
66
66
id : packaging
67
67
attributes :
68
68
label : Packaging format used
69
69
options :
70
- - label : " Lambda Layers"
71
- - label : " Serverless Application Repository (SAR) App"
72
- - label : " PyPi"
70
+ - Lambda Layers
71
+ - Serverless Application Repository (SAR) App
72
+ - PyPi
73
73
multiple : true
74
74
validations :
75
75
required : true
Original file line number Diff line number Diff line change @@ -17,22 +17,22 @@ body:
17
17
attributes :
18
18
label : Which AWS Lambda Powertools utility does this relate to?
19
19
options :
20
- - label : " Tracer"
21
- - label : " Logger"
22
- - label : " Metrics"
23
- - label : " Event Handler - REST API"
24
- - label : " Event Handler - GraphQL API"
25
- - label : " Middleware factory"
26
- - label : " Parameters"
27
- - label : " Batch processing"
28
- - label : " Typing"
29
- - label : " Validation"
30
- - label : " Event Source Data Classes"
31
- - label : " Parser"
32
- - label : " Idempotency"
33
- - label : " Feature flags"
34
- - label : " JMESPath functions"
35
- - label : " Other"
20
+ - Tracer
21
+ - Logger
22
+ - Metrics
23
+ - Event Handler - REST API
24
+ - Event Handler - GraphQL API
25
+ - Middleware factory
26
+ - Parameters
27
+ - Batch processing
28
+ - Typing
29
+ - Validation
30
+ - Event Source Data Classes
31
+ - Parser
32
+ - Idempotency
33
+ - Feature flags
34
+ - JMESPath functions
35
+ - Other
36
36
validations :
37
37
required : true
38
38
- type : textarea
Original file line number Diff line number Diff line change @@ -14,21 +14,21 @@ body:
14
14
attributes :
15
15
label : Static type checker used
16
16
options :
17
- - label : " mypy (project's standard)"
18
- - label : " pyright/pylance"
19
- - label : " pyre"
20
- - label : " pytype"
17
+ - mypy (project's standard)
18
+ - pyright/pylance
19
+ - pyre
20
+ - pytype
21
21
validations :
22
22
required : true
23
23
- type : dropdown
24
24
id : runtime
25
25
attributes :
26
26
label : AWS Lambda function runtime
27
27
options :
28
- - label : " 3.6"
29
- - label : " 3.7"
30
- - label : " 3.8"
31
- - label : " 3.9"
28
+ - " 3.6
29
+ - " 3.7
30
+ - " 3.8
31
+ - " 3.9
32
32
validations :
33
33
required : true
34
34
- type : input
You can’t perform that action at this time.
0 commit comments