Fork me on GitHub
#aws
<
2019-06-07
>
dangercoder22:06:34

when uploading a .jar file to elastic bean stalk (manually) will it run java -jar ?

dangercoder22:06:44

ah, I checked the logs and I had this exception:

No region found by any region provider. {:providers (cognitect.aws.region$environment_region_provider$reify__17294 cognitect.aws.region$system_property_region_provider$reify__17297 cognitect.aws.region$profile_region_provider$reify__17300 cognitect.aws.region$instance_region_provider$reify__17308)}
        at cognitect.aws.region$chain_region_provider$reify__17290.fetch(region.clj:37)
        at cognitect.aws.client.api$client.invokeStatic(api.clj:70)
        at cognitect.aws.client.api$client.invoke(api.clj:22)
       
        ... 98 more