Skip to content

Commit

Permalink
Add read handler manual test json to opsworks-cm resource (#12)
Browse files Browse the repository at this point in the history
* Add read handler manual test json to opsworks-cm resource

* Fix indentation in read.json file

Co-authored-by: Avinash Karthik <[email protected]>
  • Loading branch information
avinash-karthik and sai-avi authored May 12, 2020
1 parent 9dad938 commit 72f8a2a
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions aws-opsworkscm-server/manual-requests/read.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{
"credentials": {
"AccessKeyId": "<TO_BE_ADDED>",
"SecretAccessKey": "<TO_BE_ADDED>",
"SessionToken": "<TO_BE_ADDED>"
},
"action": "READ",
"request": {
"clientRequestToken": "4b90a7e4-b790-456b-a937-0cfdfa211dfe",
"region": "us-east-1",
"desiredResourceState": {
"ServerName": "cfnTestServer"
},
"logicalResourceIdentifier": "MyOpsWorksCMServer"
},
"callbackContext": {}
}

0 comments on commit 72f8a2a

Please sign in to comment.