Skip to content
Snippets Groups Projects
Commit 30c2ace8 authored by Clayton, Brandon Scott's avatar Clayton, Brandon Scott
Browse files

test

parent 7d2a34ce
No related branches found
No related tags found
1 merge request!808Allow Mixed Deployment
......@@ -20,7 +20,8 @@ dependencies {
implementation("io.micronaut.crac:micronaut-crac")
implementation("jakarta.annotation:jakarta.annotation-api")
implementation("io.micronaut.aws:micronaut-function-aws-api-proxy")
implementation "io.micronaut:micronaut-http-server-netty"
implementation("io.micronaut:micronaut-http-server-netty")
implementation("io.micronaut:micronaut-http-client")
runtimeOnly("ch.qos.logback:logback-classic")
// Swagger
......
......@@ -104,7 +104,12 @@ nshms:
baseHref: '/ws/nshmp/conus-2023/dynamic'
environments:
development:
type: 'LAMBDA'
# type: 'LAMBDA'
type: 'EC2'
cpu: 8
memory: 32
min: 1
max: 3
staging:
type: 'LAMBDA'
production:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment