cfn-custom-resource 0.1.1

A Rust create to facilitate the creation of Rust Lambda Powered Custom Resources
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
{
  "RequestType": "Create",
  "RequestId": "unique id for this delete request",
  "ResponseURL": "pre-signed-url-for-delete-response",
  "ResourceType": "Custom::MyCustomResourceType",
  "LogicalResourceId": "name of resource in template",
  "StackId": "arn:aws:cloudformation:us-east-2:namespace:stack/stack-name/guid",
  "ResourceProperties": {
    "a": "string",
    "b": ["list"]
  }
}