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

What would be required to support SnapStart for Osiris Lambdas? https://docs.aws.amazon.com/lambda/latest/dg/snapstart.html

Running a local server using `mvn exec:exec` requires running `mvn install` first. Currently the install step builds the CloudFormation files. These use the account ID in the bucket name for...

There is a single instance `ApplicationConfig` for all environments. This isn't sufficient for the cases where a Cognito User Pool is defined outside the Osiris application and a different user...

Auth is very different from REST APIs. Need to investigate.

These should go on the "Creating AWS Resources" page

These are now supported by API Gateway https://aws.amazon.com/blogs/compute/support-for-multi-value-parameters-in-amazon-api-gateway/

enhancement

This is a long-term goal. Cloud Run looks like a better fit for JVM-based serverless applications than Lambda. The local server could be the basis. The biggest area where the...

enhancement

* CloudFormation gets confused if you remove `staticFiles` from an API because it tries to remove the S3 bucket and fails if it contains any files. * Only one authorizer...

enhancement