File tree Expand file tree Collapse file tree 1 file changed +42
-0
lines changed Expand file tree Collapse file tree 1 file changed +42
-0
lines changed Original file line number Diff line number Diff line change 1+ ---
2+ name : Add new feature / behavior
3+ about : Describe the desired product feature
4+ title : ' Ex: Add AWS RDS Postgresql datasource support'
5+ labels : ' '
6+ assignees : ' '
7+
8+ ---
9+
10+ ## Scope & Context
11+
12+ ** Example:**
13+ ```
14+ We are working on AWS Appsync API that uses AWS RDS Postgresql.
15+ The current serverless-appsync-plugin does not support RDS as a datasource.
16+ ```
17+
18+ ## Current behavior
19+
20+ A clear and concise description of what the current behavior is.
21+
22+ ** Example:**
23+ ```
24+ Currently, AWS RDS Postgresql is not supported as datasource.
25+ ```
26+
27+ ## Expected behavior
28+ A clear and concise description of what you want to happen.
29+ Please also add ** AWS documentation** if available
30+
31+ ** Example:**
32+ ```
33+ AWS RDS Postgresql is supported as datasource for queries or mutations.
34+ ```
35+
36+ ## Technical inputs
37+
38+ ** Example:**
39+ ```
40+ - Extend **datasource** configuration with fields ...
41+ - Add a new service ...
42+ ```
You can’t perform that action at this time.
0 commit comments