aws-amplify / amplify-cli

The AWS Amplify CLI is a toolchain for simplifying serverless web and mobile development.
Apache License 2.0
2.83k stars 822 forks source link

Elastic Beanstalk Deployment #1421

Open GeorgeBellTMH opened 5 years ago

GeorgeBellTMH commented 5 years ago

There are some times when serverless deployments are less than ideal. Would be nice if there was a plugin or integrated feature to deploy via elastic beanstalk. This is currently possibly just using eb command line tools, however it would be nice for it to be integrated into Amplify.

UnleashedMind commented 5 years ago

@GeorgeBellTMH Thanks for your feedbacks, I will mark this feature request and the team will review it.

UnleashedMind commented 5 years ago

You can probably write your own plugin for this feature.

atyshka commented 4 years ago

+1 for this. Currently have a setup with Elastic Beanstalk Vue + Django Rest API, with Apache serving files in the Dist directory. The Amplify config doesn't really take this into account and the s3 buckets it sets up are redundant and unnecessary.