Skip to content

Commit 8f59d16

Browse files
authored
Pretty sandbox: integrate with aws cdk toolkit (#2503)
* integrate with aws cdk toolkit * API changeS * tests fix * tests fix * tests fix * run cdk deploy errors through mapper * refactor amplify io host and cfn deployment progress * API changeS * Fix tests * Remove dep not needed * try for windows * Remove platform dep from unit tests * update changeset * remove unnecessary deps * upgrade cdk * update package deps * update package lock * Add console clear * API changeS * fix lint * update start spinner api to accept the id instead of generating a new * formatting updates * Update aws-cdk/toolkit-lib from npm * fix unit tests * another try for e2e tests fix * upgrade cdk toolkit * remove jsonschema * include stderr on test failure * Unnecessary logging for testing * change pipe to pipeline * use execa all property to combine stdout and stderr * whatever * move to stderr for now * fix deps * update changeset * Revert bedrock sdk * more refactor * fix test * fix tests * fix tests * fix tests * fix tests * fix tests * update toolkit version * Refactoring * continue refactor * does this work? * api update * create amplify package update * remove test file * fix codeql? * update toolkit version * update destroy to emit events * cleanup of cfn deployment progress logger * more cfn deployment progress refactor * api update * update cli-core dep * update strip-ansi * stash * revert stash * fix api check * cleanup * more comments * readd aws-cdk until we can completely remove it * fix api check * PR updates * PR updates * remove profile argument from cdk deployer APIs * readd profile options to avoid breaking change * correctly set the deprecated tags to parameters * make singletons actually singleton * add tests for SDKProfileResolverProvider and AmplifyIOEventsBridge * add tests for cfn/cdk event handlers * fix tests and rewire rewritable block * does this work? * does this work? * remove tty writestream in tests * fix line endings * update default aws-cdk packages * fix deps and upgrade toolkit * actually upgrading toolkit * fix for assets not building * Adopt to new CDK event codes * remove test file * Add ci/cd logging tests * Dont write new text to stream if the spinner is writing to it * Do not fail if notify handlers fail for whatever reason, instead log it as warning * update comment * update dep * update dep's hash * update MV of packages with API break * update MV of packages with API break * remove profile option from sandbox APIs * update API.md * update package version check script
1 parent 0cc2de3 commit 8f59d16

File tree

85 files changed

+79211
-20720
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

85 files changed

+79211
-20720
lines changed

.changeset/lemon-beans-film.md

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
---
2+
'@aws-amplify/integration-tests': minor
3+
'@aws-amplify/backend-deployer': major
4+
'@aws-amplify/cli-core': major
5+
'@aws-amplify/backend': minor
6+
'@aws-amplify/sandbox': major
7+
'@aws-amplify/backend-cli': minor
8+
'@aws-amplify/plugin-types': minor
9+
'create-amplify': minor
10+
'@aws-amplify/auth-construct': minor
11+
'@aws-amplify/backend-ai': minor
12+
'@aws-amplify/backend-auth': minor
13+
'@aws-amplify/backend-data': minor
14+
'@aws-amplify/backend-function': minor
15+
'@aws-amplify/backend-output-storage': minor
16+
'@aws-amplify/backend-storage': minor
17+
'@aws-amplify/client-config': minor
18+
'@aws-amplify/deployed-backend-client': minor
19+
'@aws-amplify/form-generator': minor
20+
'@aws-amplify/model-generator': minor
21+
'@aws-amplify/platform-core': minor
22+
'@aws-amplify/backend-secret': minor
23+
'@aws-amplify/ai-constructs': minor
24+
'@aws-amplify/backend-output-schemas': minor
25+
'@aws-amplify/schema-generator': minor
26+
---
27+
28+
integrate with aws cdk toolkit

.eslint_dictionary.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
"amplifyconfiguration",
88
"ampx",
99
"anonymize",
10+
"ansi",
1011
"anthropic",
1112
"apns",
1213
"apollo",
@@ -54,6 +55,8 @@
5455
"durations",
5556
"dynamodb",
5657
"ecma",
58+
"emoji",
59+
"emojis",
5760
"enum",
5861
"enums",
5962
"envinfo",
@@ -131,6 +134,7 @@
131134
"oidc",
132135
"openid",
133136
"orchestrator",
137+
"outdir",
134138
"passthrough",
135139
"pathname",
136140
"pipelined",
@@ -148,6 +152,7 @@
148152
"repo",
149153
"resolvers",
150154
"retryable",
155+
"rewritable",
151156
"saml",
152157
"scala",
153158
"schema",

0 commit comments

Comments
 (0)