Skip to content

Commit 68b49af

Browse files
knihitbiffgaut
andauthored
fix(Python module name for Kinesis Firehose S3 pattern is not correct: Update Python module name for aws-kinesisfirehose-s3 (#592)
* update glue max allocation units to 2 * update glue max allocation units to 2 * resolving workerType and maxCapacity config related rules * resolving workerType and maxCapacity config related rules * resolving workerType and maxCapacity config related rules * removing additional lines from the file * fix snapshots for glue helper * fix snapshots for glue helper * fix snapshots for glue helper * fix snapshots for glue helper * fix snapshots for glue helper * fix snapshots for glue helper * documentation rephrase * new construct first commit with README and architecture * adding minimal deployable code to README * adding minimal deployable code to README * fix for github issue #448 * python module name correction The python module name has `-` instead of `_`. Update the readme with the correct python module names Co-authored-by: nihitkas <[email protected]> Co-authored-by: biffgaut <[email protected]>
1 parent 2e6fc64 commit 68b49af

File tree

1 file changed

+2
-2
lines changed
  • source/patterns/@aws-solutions-constructs/aws-kinesisfirehose-s3

1 file changed

+2
-2
lines changed

source/patterns/@aws-solutions-constructs/aws-kinesisfirehose-s3/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
| **Language** | **Package** |
1616
|:-------------|-----------------|
17-
|![Python Logo](https://docs.aws.amazon.com/cdk/api/latest/img/python32.png) Python|`aws_solutions_constructs.aws-kinesis-firehose-s3`|
17+
|![Python Logo](https://docs.aws.amazon.com/cdk/api/latest/img/python32.png) Python|`aws_solutions_constructs.aws_kinesis_firehose_s3`|
1818
|![Typescript Logo](https://docs.aws.amazon.com/cdk/api/latest/img/typescript32.png) Typescript|`@aws-solutions-constructs/aws-kinesisfirehose-s3`|
1919
|![Java Logo](https://docs.aws.amazon.com/cdk/api/latest/img/java32.png) Java|`software.amazon.awsconstructs.services.kinesisfirehoses3`|
2020

@@ -85,4 +85,4 @@ Out of the box implementation of the Construct without any override will set the
8585
![Architecture Diagram](architecture.png)
8686

8787
***
88-
&copy; Copyright 2021 Amazon.com, Inc. or its affiliates. All Rights Reserved.
88+
&copy; Copyright 2021 Amazon.com, Inc. or its affiliates. All Rights Reserved.

0 commit comments

Comments
 (0)