|
1 | 1 | # DEVELOPER PREVIEW (COMMUNITY DRIVEN) |
2 | 2 |
|
3 | | -We're excited to share our progress with adding new languages to the CloudFormation CLI! |
4 | | -> This plugin is an early preview prepared by the community, and not ready for production use. |
5 | | -
|
6 | | - |
7 | 3 | [](https://opensource.org/licenses/MIT) [](https://github.com/eduardomourar/cloudformation-cli-typescript-plugin/issues) [](https://www.repostatus.org/#wip) |
8 | 4 |
|
9 | | -  |
10 | | -[](https://nodejs.org/) |
| 5 | +We're excited to share our progress with adding new languages to the CloudFormation CLI! |
| 6 | +> This plugin is an early preview prepared by the community, and not ready for production use. |
11 | 7 |
|
12 | 8 | ## AWS CloudFormation Resource Provider TypeScript Plugin |
13 | 9 |
|
| 10 | +   |
| 11 | +[](https://nodejs.org/) |
| 12 | + |
14 | 13 | The CloudFormation CLI (cfn) allows you to author your own resource providers that can be used by CloudFormation. |
15 | 14 |
|
16 | 15 | This plugin library helps to provide TypeScript runtime bindings for the execution of your providers by CloudFormation. |
@@ -57,26 +56,7 @@ with cross-platform Typescript packaging. |
57 | 56 | >> y |
58 | 57 | Initialized a new project in <> |
59 | 58 | $ cfn submit --dry-run |
60 | | -$ cat test.json |
61 | | -{ |
62 | | - "credentials": { |
63 | | - "accessKeyId": "", |
64 | | - "secretAccessKey": "", |
65 | | - "sessionToken": "" |
66 | | - }, |
67 | | - "action": "CREATE", |
68 | | - "request": { |
69 | | - "clientRequestToken": "ecba020e-b2e6-4742-a7d0-8a06ae7c4b2b", |
70 | | - "desiredResourceState": { |
71 | | - "Title": "foo", |
72 | | - "Description": "bar" |
73 | | - }, |
74 | | - "previousResourceState": null, |
75 | | - "logicalResourceIdentifier": null |
76 | | - }, |
77 | | - "callbackContext": null |
78 | | -} |
79 | | -$ sam local invoke TestEntrypoint --event test.json |
| 59 | +$ sam local invoke --event sam-tests/create.json TestEntrypoint |
80 | 60 | ``` |
81 | 61 |
|
82 | 62 | Development |
|
0 commit comments