Skip to content

Commit ab93070

Browse files
committed
doc: add development instructions for trigger resource setup and testing
1 parent bf8b78d commit ab93070

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

cfn-resources/trigger/README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,3 +15,13 @@ See the [resource docs](docs/README.md).
1515
## Cloudformation Examples
1616

1717
See the examples [CFN Template](../../examples/trigger/trigger.json) for example resource.
18+
19+
## Development
20+
```shell
21+
22+
atlas-init init
23+
cd cfn-resources/trigger
24+
atlas-init apply
25+
atlas-init cfn contract-test # use --help to see more options
26+
atlas-init destroy
27+
```

0 commit comments

Comments
 (0)