weavejester / lein-beanstalk

Leiningen plugin for Amazon's Elastic Beanstalk service
149 stars 41 forks source link

support current AWS environments #55

Open dareno opened 5 years ago

dareno commented 5 years ago
Problem Description

This plugin is hard-coded to an environment that no longer exists. The deploy command will fail with the following message:

com.amazonaws.AmazonServiceException: No Solution Stack named '32bit Amazon Linux running Tomcat 7' found.
Root Cause

Hard-coded environment selection: https://github.com/weavejester/lein-beanstalk/blob/d14189261ca515ac45a2fd6d9cfd9249c18409e6/src/leiningen/beanstalk/aws.clj#L166

Currently supported "Java with Tomcat" environments: https://docs.aws.amazon.com/elasticbeanstalk/latest/platforms/platforms-supported.html#platforms-supported.java

Versions:
weavejester commented 5 years ago

I don't think I have time to work on Lein-Beanstalk anymore, so feel free to fork it.