Sha256: 9740b172a2d9ad47f8b552a7185a5d7649d33e95023b97e431590ace15811a8f

Contents?: true

Size: 324 Bytes

Versions: 21

Compression:

Stored size: 324 Bytes

Contents

function success()
{
  Cloudformation.send(
    request,
    context,
    Cloudformation.SUCCESS,
    {},
    "Success",
    request.ResourceProperties.Value);
}

if (request.RequestType == "Create")
{
  success()
}

if (request.RequestType == "Update")
{
  success()
}

if (request.RequestType == "Delete")
{
  success()
}

Version data entries

21 entries across 21 versions & 1 rubygems

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