-
Notifications
You must be signed in to change notification settings - Fork 249
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(aws-iot-kinesisfirehose-s3): added custom loggingBucketProps #480
Conversation
AWS CodeBuild CI Report
Powered by github-codebuild-logs, available on the AWS Serverless Application Repository |
AWS CodeBuild CI Report
Powered by github-codebuild-logs, available on the AWS Serverless Application Repository |
AWS CodeBuild CI Report
Powered by github-codebuild-logs, available on the AWS Serverless Application Repository |
AWS CodeBuild CI Report
Powered by github-codebuild-logs, available on the AWS Serverless Application Repository |
AWS CodeBuild CI Report
Powered by github-codebuild-logs, available on the AWS Serverless Application Repository |
AWS CodeBuild CI Report
Powered by github-codebuild-logs, available on the AWS Serverless Application Repository |
@@ -152,5 +152,46 @@ test("Test bad call with existingBucket and bucketProps", () => { | |||
}); | |||
}; | |||
// Assertion | |||
expect(app).toThrowError(); | |||
expect(app).toThrowError('Error - Either provide bucketProps or existingBucketObj, but not both.\n'); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice - is this from paying attention when reviewing of alb-lambda? :-)
Issue #473, if available:
Description of changes:
-Added custom loggingBucketProps
-Created unit and integ tests for logging bucket
-Removed duplicate condition since it is already checked in input-validation.ts
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.
fixes #473
issue #485