kotless v0.1.3 Release Notes

Release Date: 2020-08-02 // over 3 years ago
  • โž• Added

    • ๐Ÿš€ Output to console URL of deployed application
    • ๐Ÿ‘Œ Support local start for Kotless DSL
    • ๐Ÿ‘Œ Support @Scheduled execution for local starts
    • ๐Ÿคก Use AWS Local Stack for mocking of AWS services during local start
      • Extension files will be automatically applied to LocalStack instance

    ๐Ÿ›  Fixed

    • ๐Ÿ‘Œ Support deployment without Route53 record -- will use generated by API Gateway DNS record. Note: Usage of generated record may lead to problems with hardcoded links. Kotless Links API works with them correctly.
    • ๐Ÿ‘Œ Support headless mode -- without any configuration Gradle project should be successfully imported and local starts will work. Still, configuration is required for actual deployment.