-
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-s3-stepfunctions): added loggingBucketProps to s3-stepfunctions and s3-step-function #414
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 |
@@ -55,7 +55,7 @@ _Parameters_ | |||
* id `string` | |||
* props [`S3ToStepFunctionProps`](#pattern-construct-props) | |||
|
|||
## Pattern Construct Props | |||
## Pattern Construct Props◊ |
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.
What got inserted after Props? Some control character or something...
@@ -33,7 +33,7 @@ export interface S3ToStepfunctionsProps { | |||
*/ | |||
readonly existingBucketObj?: s3.IBucket, | |||
/** | |||
* User provided props to override the default props for the S3 Bucket. | |||
* Optional user provided props to override the default props for the S3 Bucket. |
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.
These aren't optional (which you caught and fixed in the README)
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.
bucketProps are optional but stateMachineProps are required
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 |
Issue #412 , if available:
Description of changes:
-Added loggingBucketProps to s3-stepfunctions and s3-step-function
-Updated README with additional prop
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.
fixes #412