feat(payments): add Quick Create connector flow - #2017
Open
aidandaly24 wants to merge 5 commits into
Open
Conversation
aidandaly24
had a problem deploying
to
e2e-testing
August 17, 2026 22:38 — with
GitHub Actions
Failure
Contributor
Package TarballHow to installgh release download pr-2017-tarball --repo aws/agentcore-cli --pattern "*.tgz" --dir /tmp/pr-tarball
npm install -g /tmp/pr-tarball/aws-agentcore-0.27.0.tgz |
Contributor
|
Claude Security Review: no high-confidence findings. (run) |
aidandaly24
had a problem deploying
to
e2e-testing
August 17, 2026 22:46 — with
GitHub Actions
Failure
Contributor
|
Claude Security Review: no high-confidence findings. (run) |
aidandaly24
temporarily deployed
to
e2e-testing
August 17, 2026 22:59 — with
GitHub Actions
Inactive
Contributor
|
Claude Security Review: no high-confidence findings. (run) |
aidandaly24
temporarily deployed
to
e2e-testing
August 18, 2026 15:17 — with
GitHub Actions
Inactive
Contributor
|
Claude Security Review: no high-confidence findings. (run) |
nborges-aws
reviewed
Aug 18, 2026
| } | ||
| } | ||
|
|
||
| await this.writeProjectSpec(project); |
Contributor
There was a problem hiding this comment.
qq: Why flip the order on writing spec then secret clean up?
nborges-aws
previously approved these changes
Aug 18, 2026
aidandaly24
had a problem deploying
to
e2e-testing
August 18, 2026 19:09 — with
GitHub Actions
Failure
Contributor
|
Claude Security Review: no high-confidence findings. (run) |
aidandaly24
had a problem deploying
to
e2e-testing
August 18, 2026 19:18 — with
GitHub Actions
Failure
aidandaly24
marked this pull request as ready for review
August 18, 2026 21:34
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Adds PaymentConnector Quick Create support across the AgentCore CLI, TUI, vended CDK app, deployment state, and status experience.
--provision-mode QUICK_CREATEand a recommended Quick Create TUI option..env.localpayment variables, credential predeploy, and imperative provider cleanup for Quick Create.ProvisionMode: QUICK_CREATEwithCredentialProviderConfigurations: [].GetPaymentConnectorafter deployment and instatus, showing the live authorization URL only while authentication is pending.This draft depends on https://github.com/aws/agentcore-l3-cdk-constructs/pull/324. Before merge, the vended CDK dependency must be updated from the current published version to the new L3 alpha containing that PR.
Related Issue
N/A. This feature is coordinated with the dependent L3 PR above.
Documentation PR
Documentation is included in this PR.
Type of Change
Testing
How have you tested the change?
npm run test:unitandnpm run test:integnpm run typechecknpm run lintsrc/assets/, I rannpm run test:update-snapshotsand committed the updated snapshotsAdditional verification:
npm run bundleproduced an installable CLI with the sibling L3 feature branch embedded.0.27.0-quick-createand installed L30.1.0-alpha.47-quick-create.ap-southeast-2reachedCREATE_COMPLETEandPENDING_AUTHENTICATION.agentcore statusreturned the current authorization URL throughGetPaymentConnector.GetPaymentConnectorreturnedREADY, omitted the authorization URL, and returned the generated credential provider ARN.Checklist
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the
terms of your choice.