-
Updated
Aug 19, 2020
aws-cdk
Here are 269 public repositories matching this topic...
-
Updated
Sep 20, 2020 - TypeScript
-
Updated
Oct 1, 2020 - TypeScript
-
Updated
Oct 1, 2020 - JavaScript
-
Updated
Jun 15, 2020 - TypeScript
There's a warning note in README.md detailing:
Warning - the AnalyzeDocument process from AWS Textract costs $50 per 1,000 PDF pages. Be careful when deploying this CDK stack as you could unintentionally rack up an expensive AWS bill quickly if you're not paying attention.
This might not be enough - if a user finds this project and doesn't read the documentation, they could inadvertently
-
Updated
Sep 16, 2020 - TypeScript
-
Updated
Jul 16, 2020 - TypeScript
-
Updated
Oct 1, 2020 - JavaScript
-
Updated
Oct 1, 2020 - Python
-
Updated
Sep 5, 2020 - TypeScript
-
Updated
Oct 1, 2020 - TypeScript
-
Updated
Aug 11, 2020 - TypeScript
-
Updated
Sep 24, 2020 - Shell
-
Updated
Jul 10, 2020
-
Updated
Sep 23, 2020 - TypeScript
-
Updated
Aug 30, 2020 - TypeScript
-
Updated
Sep 12, 2020 - TypeScript
It'd be helpful to be able to receive notifications when snapshot exports complete, which customers can use to trigger other workflows or simply become aware that the exports are done.
-
Updated
Apr 21, 2020 - Java
-
Updated
Sep 9, 2020 - TypeScript
-
Updated
Jun 7, 2020 - TypeScript
-
Updated
Jul 20, 2020 - TypeScript
-
Updated
Sep 2, 2020 - TypeScript
Add type checking
Improve this page
Add a description, image, and links to the aws-cdk topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the aws-cdk topic, visit your repo's landing page and select "manage topics."
Found a bug in Collectors (#50). All collectors redundantly copied a bug where the Promise was not awaited.
https://github.com/sam-goodwin/punchcard/blob/d476533a032a9dfee9fecfffd7a852744f63d288/packages/punchcard/lib/kinesis/collector.ts#L63-L68
Bug is fixed, but we should make a generic
SinkCollectorfor all types that implementSink<T>.