sbt-elastic-beanstalk
sbt-elastic-beanstalk copied to clipboard
sbt plugin for deploying Scala apps to AWS Elastic Beanstalk.
A year ago (2016) I used this plugin very successfully with Play 2.3, to deploy / run apps on AWS/EBS. I've since moved to Play 2.5, and now, using this...
Hi is it possible to configure a udp port to be exposed, It fails if I add it to the config in build.sbt due to types (not Int) dockerExposedPorts :=...
I got an error when using ``` scala enablePlugins(ElasticBeanstalk) ``` in build.sbt, as specified in the readme Believe it should be ``` scala enablePlugins(ElasticBeanstalkPlugin) ```
On windows, the command line tool zip is not available. Because of this, the task `elastic-beanstalk:packageBin` fails. ``` [info] Done packaging. [trace] Stack trace suppressed: run 'last elastic-beanstalk:packageBin' for the...