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.8.7 data/sumomo/custom_resources/DeployTime.js
sumomo-0.8.6 data/sumomo/custom_resources/DeployTime.js
sumomo-0.8.4 data/sumomo/custom_resources/DeployTime.js
sumomo-0.8.3 data/sumomo/custom_resources/DeployTime.js
sumomo-0.8.2 data/sumomo/custom_resources/DeployTime.js
sumomo-0.8.1 data/sumomo/custom_resources/DeployTime.js
sumomo-0.8.0 data/sumomo/custom_resources/DeployTime.js
sumomo-0.7.3 data/sumomo/custom_resources/DeployTime.js
sumomo-0.7.2 data/sumomo/custom_resources/DeployTime.js
sumomo-0.7.1 data/sumomo/custom_resources/DeployTime.js
sumomo-0.6.4 data/sumomo/custom_resources/DeployTime.js
sumomo-0.6.3 data/sumomo/custom_resources/DeployTime.js
sumomo-0.6.2 data/sumomo/custom_resources/DeployTime.js
sumomo-0.6.1 data/sumomo/custom_resources/DeployTime.js
sumomo-0.6.0 data/sumomo/custom_resources/DeployTime.js
sumomo-0.5.2 data/sumomo/custom_resources/DeployTime.js
sumomo-0.5.1 data/sumomo/custom_resources/DeployTime.js
sumomo-0.5.0 data/sumomo/custom_resources/DeployTime.js