Simple and clean Promise based AWS Elastic Beanstalk automation
Summary of the changes: - Rewrote Syntax with AWS SDK v3: You updated the code in the `environment.js` and `archive.js` files to use the AWS SDK functions from version 3, likely replacing the usage of AWS SDK version 2 or an earlier version. This involves updating the method calls, configurations, and any related syntax changes to be compatible with AWS SDK v3. - Eliminated q Library for Promises: You no longer needed the "q" library for resolving promises because AWS SDK v3 provides native support for Promises. In previous versions of the AWS SDK, you might have used the "q" library to handle Promises, but now you can directly use the Promises that are part of the AWS SDK v3 functions. - Updated Unit Tests: The unit tests were updated to accommodate the changes introduced by the migration to AWS SDK v3. This includes modifying the test stubs and assertions to match the new AWS SDK v3 function signatures and behaviour.
This issue appears to be discussing a feature request or bug report related to the repository. Based on the content, it seems to be resolved. The issue was opened by promie and has received 0 comments.