Skip to content

Commit d646c2a

Browse files
committed
Fixing #211
1 parent 7c67097 commit d646c2a

File tree

6 files changed

+7
-6
lines changed

6 files changed

+7
-6
lines changed

common.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -607,6 +607,8 @@ function createS3EventSource (s3, lambda, bucket, prefix, functionName, callback
607607
callback();
608608
}
609609
});
610+
} else {
611+
callback("Configuration Already Exists");
610612
}
611613
}
612614
});

deploy-vpc.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ Resources:
119119
- Arn
120120
Code:
121121
S3Bucket: !Sub awslabs-code-${AWS::Region}
122-
S3Key: 'LambdaRedshiftLoader/AWSLambdaRedshiftLoader-2.7.6.zip'
122+
S3Key: 'LambdaRedshiftLoader/AWSLambdaRedshiftLoader-2.7.7 .zip'
123123
Runtime: nodejs12.x
124124
VpcConfig:
125125
SecurityGroupIds:

deploy.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ Resources:
9898
- Arn
9999
Code:
100100
S3Bucket: !Sub awslabs-code-${AWS::Region}
101-
S3Key: 'LambdaRedshiftLoader/AWSLambdaRedshiftLoader-2.7.6.zip'
101+
S3Key: 'LambdaRedshiftLoader/AWSLambdaRedshiftLoader-2.7.7.zip'
102102
Runtime: nodejs12.x
103103

104104

2.97 MB
Binary file not shown.

package-lock.json

Lines changed: 2 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "aws-lambda-redshift-loader",
33
"description": "An Amazon Redshift Database Loader written for AWS Lambda",
4-
"version": "2.7.6",
4+
"version": "2.7.7 ",
55
"homepage": "http://github.com/awslabs/aws-lambda-redshift-loader",
66
"bugs": {
77
"url": "http://github.com/awslabs/aws-lambda-redshift-loader/issues",

0 commit comments

Comments
 (0)