zodern / mup-aws-beanstalk

Deploy Meteor apps to AWS Elastic Beanstalk using Meteor Up
127 stars 55 forks source link

Unable to add scheduledaction config #170

Open s7dhansh opened 2 years ago

s7dhansh commented 2 years ago

https://docs.aws.amazon.com/elasticbeanstalk/latest/dg/command-options-general.html#command-options-general-autoscalingscheduledaction

This requires the customBeanstalkConfig in a different format.

I would suggest modifying the code at https://github.com/zodern/mup-aws-beanstalk/blob/f5804fbb1465f7e364dbc0d3144e6257594e572a/src/eb-config.js#L126 to allow any custom option format, if available. Probably the validation would also need to be modified.