osiris icon indicating copy to clipboard operation
osiris copied to clipboard

Simple Serverless Web Apps in Kotlin

Results 39 osiris issues
Sort by recently updated
recently updated
newest added

* Regex * JSON serialisation Regex should be simple, there are already Kotlin types for that. JSON might be harder. Would probably need a multi-platform project with the JSON interfaces...

enhancement

It would look something like this: ```kotlin get("/foo", HTML) { req -> ... } get("/foo", JSON) { req -> ... } ``` The response header should be automatically set.

enhancement

Something like: ```kotlin api { lambda("fooLambda", FooComponents::class) { get("foo") { req -> ... } } lambda("barLambda", BarComponents::class) { get("bar") { req -> ... } } } ```

enhancement

Bumps [com.amazonaws:aws-java-sdk-bom](https://github.com/aws/aws-sdk-java) from 1.12.685 to 1.12.720. Changelog Sourced from com.amazonaws:aws-java-sdk-bom's changelog. 1.12.720 2024-05-10 AWS Application Discovery Service Features add v2 smoke tests and smithy smokeTests trait for SDK testing AWS...

dependencies

Bumps [com.amazonaws:aws-java-sdk-bom](https://github.com/aws/aws-sdk-java) from 1.12.685 to 1.12.748. Changelog Sourced from com.amazonaws:aws-java-sdk-bom's changelog. 1.12.748 2024-06-20 AWS Compute Optimizer Features This release enables AWS Compute Optimizer to analyze and generate optimization recommendations for...

dependencies

Bumps [org.apache.maven.plugins:maven-jar-plugin](https://github.com/apache/maven-jar-plugin) from 3.3.0 to 3.4.2. Release notes Sourced from org.apache.maven.plugins:maven-jar-plugin's releases. 3.4.2 🐛 Bug Fixes [MJAR-310] - fixed toolchain version detection when toolchain paths contain white spaces (#86) @​jansohn...

dependencies

Bumps [com.amazonaws:aws-lambda-java-events](https://github.com/aws/aws-lambda-java-libs) from 3.11.4 to 3.11.6. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=com.amazonaws:aws-lambda-java-events&package-manager=maven&previous-version=3.11.4&new-version=3.11.6)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...

dependencies

Bumps [org.apache.maven.plugins:maven-plugin-plugin](https://github.com/apache/maven-plugin-tools) from 3.11.0 to 3.13.1. Release notes Sourced from org.apache.maven.plugins:maven-plugin-plugin's releases. 3.13.0 Release Notes - Maven Plugin Tools - Version 3.13.0 Bug [MPLUGIN-517] - GoalRenderer renderParameterDetails() renders in wrong...

dependencies

Bumps [org.apache.maven.plugin-tools:maven-plugin-annotations](https://github.com/apache/maven-plugin-tools) from 3.11.0 to 3.13.1. Release notes Sourced from org.apache.maven.plugin-tools:maven-plugin-annotations's releases. 3.13.0 Release Notes - Maven Plugin Tools - Version 3.13.0 Bug [MPLUGIN-517] - GoalRenderer renderParameterDetails() renders in wrong...

dependencies