Skip to content

Commit

Permalink
Fix formatting in aws-ts-apigateway readme. (pulumi#216)
Browse files Browse the repository at this point in the history
  • Loading branch information
clstokes authored Feb 5, 2019
1 parent 55a8d30 commit d61e7a2
Showing 1 changed file with 22 additions and 21 deletions.
43 changes: 22 additions & 21 deletions aws-ts-apigateway/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,27 +30,28 @@ with `***`.
Previewing update of stack 'count-api-testing'
...

Updating (count-api-testing):

Type Name Status
+ pulumi:pulumi:Stack aws-ts-apigateway-count-api-testing created
+ ├─ aws:apigateway:x:API hello-world created
+ │ ├─ aws:iam:Role hello-world4fcc7b60 created
+ │ ├─ aws:iam:RolePolicyAttachment hello-world4fcc7b60-32be53a2 created
+ │ ├─ aws:lambda:Function hello-world4fcc7b60 created
+ │ ├─ aws:apigateway:RestApi hello-world created
+ │ ├─ aws:apigateway:Deployment hello-world created
+ │ ├─ aws:lambda:Permission hello-world-a552609d created
+ │ └─ aws:apigateway:Stage hello-world created
+ └─ aws:dynamodb:Table counterTable created

Outputs:
endpoint: "https://***execute-api.us-east-2.amazonaws.com/stage/"

Resources:
+ 10 created

Duration: 24s
Updating (count-api-testing):

Type Name Status
+ pulumi:pulumi:Stack aws-ts-apigateway-count-api-testing created
+ ├─ aws:apigateway:x:API hello-world created
+ │ ├─ aws:iam:Role hello-world4fcc7b60 created
+ │ ├─ aws:iam:RolePolicyAttachment hello-world4fcc7b60-32be53a2 created
+ │ ├─ aws:lambda:Function hello-world4fcc7b60 created
+ │ ├─ aws:apigateway:RestApi hello-world created
+ │ ├─ aws:apigateway:Deployment hello-world created
+ │ ├─ aws:lambda:Permission hello-world-a552609d created
+ │ └─ aws:apigateway:Stage hello-world created
+ └─ aws:dynamodb:Table counterTable created

Outputs:
endpoint: "https://***execute-api.us-east-2.amazonaws.com/stage/"

Resources:
+ 10 created

Duration: 24s
```

1. View the endpoint URL and curl a few routes:

Expand Down

0 comments on commit d61e7a2

Please sign in to comment.