Skip to content

Commit

Permalink
Removed maxRetries...doesn't seem to have really been what fixed it. …
Browse files Browse the repository at this point in the history
…AWS may have just stabilizied.
  • Loading branch information
bkrodgers committed Jan 22, 2016
1 parent 5d34c03 commit 62021b6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion assets/custom-types/nat-gateway/nat_gateway.js
Expand Up @@ -2,7 +2,6 @@
// https://gist.github.com/fcheung/baec53381350a4b11037

var aws = require('aws-sdk');
aws.config.update({maxRetries: 100});

exports.handler = function(event, context) {
if (event.ResourceType === 'Custom::NatGateway') {
Expand Down

0 comments on commit 62021b6

Please sign in to comment.