Skip to content

Commit c42c0f2

Browse files
Furkan BozkurtKiro Agent
authored andcommitted
fix(amplify-gen2): use Gen2 Amplify.configure() forms in auth-mobile.md
Update Swift and Android configure calls to use explicit Gen2 patterns (amplifyOutputs / AmplifyOutputs) instead of Gen1 auto-detect forms.
1 parent 469162b commit c42c0f2

28 files changed

Lines changed: 10 additions & 7 deletions

.agents/plugins/marketplace.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,10 @@
1717
"category": "Location"
1818
},
1919
{
20-
"name": "aws-amplify",
20+
"name": "aws-amplify-gen2",
2121
"source": {
2222
"source": "local",
23-
"path": "./plugins/aws-amplify"
23+
"path": "./plugins/aws-amplify-gen2"
2424
},
2525
"policy": {
2626
"installation": "AVAILABLE",

.claude-plugin/marketplace.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,8 @@
4343
"graphql",
4444
"functions"
4545
],
46-
"name": "aws-amplify",
47-
"source": "./plugins/aws-amplify",
46+
"name": "aws-amplify-gen2",
47+
"source": "./plugins/aws-amplify-gen2",
4848
"tags": ["aws", "amplify", "fullstack"],
4949
"version": "1.0.0"
5050
},
File renamed without changes.
File renamed without changes.
File renamed without changes.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
name: aws-amplify
2+
name: aws-amplify-gen2
33
description: 'Build and deploy full-stack web and mobile apps with AWS Amplify Gen2
44
(TypeScript code-first). Covers auth (Cognito), data (AppSync/DynamoDB including
55
schema modeling, enum types, relationships, authorization rules), storage (S3),

plugins/aws-amplify/references/advanced-features.md renamed to plugins/aws-amplify-gen2/references/advanced-features.md

File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)