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
Copy file name to clipboardExpand all lines: src/components/FAQ.jsx
+22-8Lines changed: 22 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -7,11 +7,6 @@ const FAQData = [
7
7
answer:
8
8
'No! Code Genie generates a foundation for you. What you do from there is totally up to you and your engineering team!',
9
9
},
10
-
{
11
-
question: 'Do I need to pay Code Genie a monthly fee?',
12
-
answer:
13
-
'No! The generated application is intended to be deployed to your own AWS account. We simply help you get started with a low cost solution ($0 when not in use!) that scales with you.',
14
-
},
15
10
{
16
11
question: 'Am I locked into AWS?',
17
12
answer: (
@@ -28,12 +23,31 @@ const FAQData = [
28
23
Express
29
24
</a>
30
25
, making it highly portable. Unfortunately,{' '}
31
-
<ahref="https://aws.amazon.com/dynamodb/">DynamoDB</a> is a bit more
32
-
challenging, and would require writing a database migration script and
33
-
updating the controller logic.
26
+
<a
27
+
href="https://aws.amazon.com/dynamodb/"
28
+
target="_blank"
29
+
rel="noopener"
30
+
>
31
+
DynamoDB
32
+
</a>{' '}
33
+
is a bit more challenging, and would a database migration (e.g. see this
question: 'Do I need to pay Code Genie a monthly fee?',
48
+
answer:
49
+
'No! The generated application is intended to be deployed to your own AWS account. We simply help you get started with a low cost solution ($0 when not in use!) that scales with you.',
0 commit comments