0.0.5
What's Changed
- Issue 65 lambdas fc cleanup by @farhan0167 in #66
- add param type in function calling by @farhan0167 in #67
- Fix/dependencies missing instructions by @farhan0167 in #69
- Issue 64 Introduction of Custom Code by @farhan0167 in #70
All in all this version will mark the start of allowing folks to write custom code, and also change implementations of existing blocks. How custom code are different than Lambdas? With Lambdas you were writing custom code that got deployed as its own API which meant that if you deployed your workflow template on the cloud, you need to make sure your lambdas are also deployed and configured seperately. With custom code blocks, any custom code you write is deployed in the same docker container as your workflow. Furthermore, you aren't limited by how I implemented the starter blocks. You can now alter them to your liking.
Full Changelog: 0.0.4...0.0.5