Sha256: 1f66b51379d35240d8ef6808bdfc6ff720875f43c0a2715d41cf453e148e1fa2

Contents?: true

Size: 472 Bytes

Versions: 35

Compression:

Stored size: 472 Bytes

Contents

if (request.RequestType == "Create")
{
  Cloudformation.send(request, context, Cloudformation.SUCCESS, {}, "Success", request.ResourceProperties.List.length.toString());
}

if (request.RequestType == "Update")
{
  Cloudformation.send(request, context, Cloudformation.SUCCESS, {}, "Success", request.ResourceProperties.List.length.toString());
}

if (request.RequestType == "Delete")
{
  Cloudformation.send(request, context, Cloudformation.SUCCESS, {}, "Success", "0");
}

Version data entries

35 entries across 35 versions & 1 rubygems

Version Path
sumomo-0.10.8 data/sumomo/custom_resources/ListLength.js
sumomo-0.10.4 data/sumomo/custom_resources/ListLength.js
sumomo-0.10.3 data/sumomo/custom_resources/ListLength.js
sumomo-0.10.2 data/sumomo/custom_resources/ListLength.js
sumomo-0.10.1 data/sumomo/custom_resources/ListLength.js
sumomo-0.10.0 data/sumomo/custom_resources/ListLength.js
sumomo-0.9.0 data/sumomo/custom_resources/ListLength.js
sumomo-0.8.22 data/sumomo/custom_resources/ListLength.js
sumomo-0.8.21 data/sumomo/custom_resources/ListLength.js
sumomo-0.8.20 data/sumomo/custom_resources/ListLength.js
sumomo-0.8.17 data/sumomo/custom_resources/ListLength.js
sumomo-0.8.16 data/sumomo/custom_resources/ListLength.js
sumomo-0.8.15 data/sumomo/custom_resources/ListLength.js
sumomo-0.8.14 data/sumomo/custom_resources/ListLength.js
sumomo-0.8.13 data/sumomo/custom_resources/ListLength.js
sumomo-0.8.12 data/sumomo/custom_resources/ListLength.js
sumomo-0.8.11 data/sumomo/custom_resources/ListLength.js
sumomo-0.8.10 data/sumomo/custom_resources/ListLength.js
sumomo-0.8.9 data/sumomo/custom_resources/ListLength.js
sumomo-0.8.8 data/sumomo/custom_resources/ListLength.js