kotless v0.1.1 Release Notes

Release Date: 2019-10-14 // over 4 years ago
  • โž• Added

    • ๐Ÿ‘Œ Support of binary responses for binary MimeTypes
    • โฑ Scheduled events -- just annotate function with @scheduled
    • ๐Ÿš€ Extensions API -- now it is possible to use custom Terraform code along with Kotless generated during deployment.
    • URL shortener example -- simple URL shortener written with Kotless

    ๐Ÿ”„ Changed

    • โšก๏ธ Separate Terraform synthesizing into Terraform DSL, Generators and Optimizers
    • ๐Ÿ’… Minor style changes in Gradle DSL

    ๐Ÿ›  Fixed

    • ๐Ÿš€ Multiregionality -- now Kotless can be deployed to any region
    • 0๏ธโƒฃ Default parameters in functions now back to working
    • Format of S3 resource arn in permissions
    • ๐Ÿš€ Deploy-time check of signatures of annotated functions