We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e255564 commit a654189Copy full SHA for a654189
1 file changed
AGENTS.md
@@ -143,7 +143,7 @@ skaff resource --name ExampleThing --service example
143
144
After scaffolding:
145
1. Fill in the schema and CRUD handlers.
146
-2. Add `@FrameworkResource("aws_example_thing", name="Example Thing")` (Framework) or `@SDKResource(...)` (SDKv2) annotation.
+2. Add `@FrameworkResource("aws_example_thing", name="Example Thing")` annotation.
147
3. Run `make gen` to register the resource.
148
4. Write at minimum: `basic`, `disappears`, and key argument tests.
149
0 commit comments