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
Thank you for becoming a reference customer. Your support means a lot to us. It also helps new customers to know who's using it.
10
+
11
+
If you would like us to also display your organization's logo, please share a link in the `Company logo` field.
12
+
- type: input
13
+
id: organization
14
+
attributes:
15
+
label: Organization Name
16
+
description: Please share the name of your organization
17
+
placeholder: ACME
18
+
validations:
19
+
required: true
20
+
- type: input
21
+
id: name
22
+
attributes:
23
+
label: Your Name
24
+
description: Please share your name
25
+
validations:
26
+
required: true
27
+
- type: input
28
+
id: job
29
+
attributes:
30
+
label: Your current position
31
+
description: Please share your current position at your company
32
+
validations:
33
+
required: true
34
+
- type: input
35
+
id: logo
36
+
attributes:
37
+
label: (Optional) Company logo
38
+
description: Company logo you want us to display. You also allow us to resize for optimal placement in the documentation.
39
+
validations:
40
+
required: false
41
+
- type: textarea
42
+
id: use_case
43
+
attributes:
44
+
label: (Optional) Use case
45
+
description: How are you using Lambda Powertools today? *features, etc.*
46
+
validations:
47
+
required: false
48
+
- type: checkboxes
49
+
id: other_languages
50
+
attributes:
51
+
label: Also using other Lambda Powertools languages?
52
+
options:
53
+
- label: Java
54
+
required: false
55
+
- label: TypeScript
56
+
required: false
57
+
- label: .NET
58
+
required: false
59
+
- type: markdown
60
+
attributes:
61
+
value: |
62
+
*By raising a Support Lambda Powertools issue, you are granting AWS permission to use your company's name (and/or logo) for the limited purpose described here. You are also confirming that you have authority to grant such permission.*
63
+
64
+
*You can opt-out at any time by commenting or reopening this issue.*
0 commit comments