Remove event logging to prevent sensitive data from ending up in the logs
This commit is contained in:
parent
c4bc336f51
commit
575690f5ea
1 changed files with 0 additions and 1 deletions
|
@ -4,7 +4,6 @@ var response = require('./lib/cfn-response');
|
|||
|
||||
exports.dynamoDBPutItems = function(event, context) {
|
||||
var p = event.ResourceProperties;
|
||||
console.log('Received event: ' + JSON.stringify(event));
|
||||
if (event.RequestType == 'Delete') {
|
||||
response.send(event, context, response.SUCCESS);
|
||||
return;
|
||||
|
|
Loading…
Add table
Reference in a new issue