Sha256: 9a8b4415a8577b2c390391b83beb9395ccd2563aa53b277f4f04c5a0cbb3f938

Contents?: true

Size: 455 Bytes

Versions: 38

Compression:

Stored size: 455 Bytes

Contents

if (request.RequestType == "Create")
{
  Cloudformation.send(request, context, Cloudformation.SUCCESS, {}, "Success", String((new Date).getTime()));
}

if (request.RequestType == "Update")
{
  Cloudformation.send(request, context, Cloudformation.SUCCESS, {}, "Success", String((new Date).getTime()));
}

if (request.RequestType == "Delete")
{
  Cloudformation.send(request, context, Cloudformation.SUCCESS, {}, "Success", String((new Date).getTime()));
}

Version data entries

38 entries across 38 versions & 1 rubygems

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