Releases: james-hu/aws-serverless-dataflow
Releases · james-hu/aws-serverless-dataflow
v1.2.8
1.2.8
1.2.5
v1.2.4
1.2.4
v1.2.3
1.2.3
v1.2.2
Major improvements:
- "Generated at" timestamp is now shown
- Precompiled binaries are now available for downloading
v1.2.0
Major improvements:
- Retries have been added so that you will not see
RateLimitExceeded
kind of errors again. - Improved parallelism so that it runs faster.
- When copying asset files, file timestamps are preserved, so that if you use aws s3 sync ... to upload them to S3 regularly, they won't be copied again and again.
- Now it runs properly when it is installed as a dependency in a host project.
1.1.5
Improvements
- Added delay between AWS API Gateway API calls, so that it is now less likely to get throttling errors from AWS.
- At the bottom of the page, a reconstructed command line is shown. This would be useful for sharing the diagram/command line.
parallelism
now can be negative, which means additional delay will be added between AWS API calls.
1.1.4
Improvements
- Decreased default parallelism to 2 (Don't know why but it seems AWS is decreasing the throttling threshold)
- Automatically decreases parallelism and restarts in case AWS returns TooManyRequests error
- Pressing Enter in include or exclude input box to confirm the change
- Intuitive error message when the user has not logged into AWS before running this command line