kotless v0.1.0 Release Notes

Release Date: 2019-06-18 // almost 5 years ago
  • ➕ Added

    • Explicitly declared permissions, e.g. @S3Bucket(bucket = "my_bucket", mode = Mode.Read
      • Works for functions, classes and objects
      • Taken from routes and global actions (like LambdaWarming, LambdaInit and so on)
    • LambdaWarming sequences - functions to execute each warming cycle
    • LambdaInit sequences - functions to execute on initialization of lambda
    • HttpRequestInterceptor - interceptors for HTTP requests, maybe chained
    • Possibility to extend serialization and deserialization
    • 🔗 Links built-in support -- base links and links with parameters