Osiris AWS

Utilities for deploying to AWS

License

License

Categories

Categories

AWS Container PaaS Providers
GroupId

GroupId

io.github.cjkent.osiris
ArtifactId

ArtifactId

osiris-aws
Last Version

Last Version

0.8.0
Release Date

Release Date

Type

Type

jar
Description

Description

Osiris AWS
Utilities for deploying to AWS

Download osiris-aws

How to add to project

<!-- https://jarcasting.com/artifacts/io.github.cjkent.osiris/osiris-aws/ -->
<dependency>
    <groupId>io.github.cjkent.osiris</groupId>
    <artifactId>osiris-aws</artifactId>
    <version>0.8.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.cjkent.osiris/osiris-aws/
implementation 'io.github.cjkent.osiris:osiris-aws:0.8.0'
// https://jarcasting.com/artifacts/io.github.cjkent.osiris/osiris-aws/
implementation ("io.github.cjkent.osiris:osiris-aws:0.8.0")
'io.github.cjkent.osiris:osiris-aws:jar:0.8.0'
<dependency org="io.github.cjkent.osiris" name="osiris-aws" rev="0.8.0">
  <artifact name="osiris-aws" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.cjkent.osiris', module='osiris-aws', version='0.8.0')
)
libraryDependencies += "io.github.cjkent.osiris" % "osiris-aws" % "0.8.0"
[io.github.cjkent.osiris/osiris-aws "0.8.0"]

Dependencies

compile (4)

Group / Artifact Type Version
io.github.cjkent.osiris : osiris-core jar 0.8.0
io.github.cjkent.osiris : osiris-server jar 0.8.0
org.jetbrains.kotlin : kotlin-stdlib-jdk8 jar 1.2.21
org.slf4j : slf4j-api jar 1.7.25

test (3)

Group / Artifact Type Version
org.testng : testng jar 6.10
org.jetbrains.kotlin : kotlin-test jar 1.2.21
com.fasterxml.jackson.core : jackson-databind jar 2.9.2

Project Modules

There are no modules declared in this project.

Osiris - Simple Serverless Web Apps

Osiris is a Kotlin library that makes it easy to write and deploy serverless web applications on AWS. For more details please see the website, the wiki or the example projects.

Osiris is used in production at CodeScreen and 7 Star Raffles.

Versions

Version
0.8.0
0.7.1
0.7.0
0.6.1
0.6.0
0.5.0
0.4.0
0.3.0
0.2.0
0.1.0