Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Connect your API to an existing database page #6293

Merged
merged 36 commits into from
Nov 27, 2023
Merged
Show file tree
Hide file tree
Changes from 6 commits
Commits
Show all changes
36 commits
Select commit Hold shift + click to select a range
7a3c6c5
cli flow for connecting api to existing database
chrisbonifacio Nov 10, 2023
0dbb785
add sql data types to cspell
chrisbonifacio Nov 10, 2023
a9d9f85
add link to rds proxy pricing page
chrisbonifacio Nov 10, 2023
cba3c3c
make schema.sql.graphql consistent
chrisbonifacio Nov 10, 2023
1459bac
change cyan mapping to skyblue for better readability
chrisbonifacio Nov 10, 2023
38cd4b2
adjust date type colors
chrisbonifacio Nov 10, 2023
08e1bb7
Add page to directory.mjs
chrisbonifacio Nov 14, 2023
f572551
update cdk with csv script and schema gen step
chrisbonifacio Nov 14, 2023
7fcb385
add terms to cspell
chrisbonifacio Nov 14, 2023
621ee93
add callout for time zone offsets
chrisbonifacio Nov 14, 2023
6bde20b
adjust header levels
chrisbonifacio Nov 14, 2023
9a9e7b5
remove redundant text
chrisbonifacio Nov 14, 2023
118d06f
add step to replace <database-name> in sql script
chrisbonifacio Nov 14, 2023
422b332
add step to replace <database-name> in sql script
chrisbonifacio Nov 14, 2023
d80162b
mention updating the path to the graphql file
chrisbonifacio Nov 14, 2023
7f0b182
Merge branch 'next-release/main' of github.com:aws-amplify/docs into …
chrisbonifacio Nov 14, 2023
1a83236
Merge branch 'next-release/main' of github.com:aws-amplify/docs into …
chrisbonifacio Nov 14, 2023
8297896
update links to point to platform/<v6-path>
chrisbonifacio Nov 14, 2023
49afe34
remove gen2/existing-projects page from directory.mjs
chrisbonifacio Nov 14, 2023
0218aa1
update MySQL csv script
chrisbonifacio Nov 15, 2023
9d707e7
update cdk construct api
chrisbonifacio Nov 15, 2023
11121ec
update sql script for postgres
chrisbonifacio Nov 15, 2023
684cf66
update sql scripts under iterative changes section
chrisbonifacio Nov 15, 2023
0ec4fc7
merge main into cbonif/connect-api-to-db
chrisbonifacio Nov 23, 2023
8f2e19a
refactor to CDK only workflow
chrisbonifacio Nov 24, 2023
5e22369
Add experimental note to iterative change section
chrisbonifacio Nov 24, 2023
48b9a9f
Merge branch 'main' of github.com:aws-amplify/docs into cbonif/connec…
chrisbonifacio Nov 24, 2023
ff6e457
applied edits for launch
renebrandel Nov 27, 2023
a33e67e
reverted unintende file changes
renebrandel Nov 27, 2023
58ef119
reverted unencessary file changes
renebrandel Nov 27, 2023
b5cfe13
removed empty line hack
renebrandel Nov 27, 2023
e243d2e
removed final model reference
renebrandel Nov 27, 2023
cee25d8
removed the reference fo the word "model"
renebrandel Nov 27, 2023
bf26898
Merge branch 'main' into cbonif/connect-api-to-db
renebrandel Nov 27, 2023
a075928
removed sandbox reference
renebrandel Nov 27, 2023
1863c02
Merge branch 'cbonif/connect-api-to-db' of github.com:aws-amplify/doc…
renebrandel Nov 27, 2023
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 12 additions & 1 deletion cspell.json
Original file line number Diff line number Diff line change
Expand Up @@ -1532,7 +1532,18 @@
"wafv",
"autoKsuid",
"astro",
"disambiguator"
"disambiguator",
"tinyint",
"tinytext",
"mediumtext",
"longtext",
"linestring",
"smallint",
"mediumint",
"varbinary",
"tinyblob",
"mediumblob",
"longblob"
],
"flagWords": ["hte", "full-stack", "Full-stack", "Full-Stack", "sudo"],
"patterns": [
Expand Down
Loading
Loading