We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bf8b78d commit ab93070Copy full SHA for ab93070
cfn-resources/trigger/README.md
@@ -15,3 +15,13 @@ See the [resource docs](docs/README.md).
15
## Cloudformation Examples
16
17
See the examples [CFN Template](../../examples/trigger/trigger.json) for example resource.
18
+
19
+## Development
20
+```shell
21
+uvx [email protected]
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