arabold / serverless-export-env

Serverless plugin to export environment variables into a .env file
MIT License
102 stars 34 forks source link

feat: Remove dependency on Bluebird API for promises from Framework #28

Closed pgrzesik closed 3 years ago

pgrzesik commented 3 years ago

Due to an ongoing effort to remove Bluebird and use native async/await internally in Serverless Framework, some of the functionalities depending on Bluebird API might stop working for users with Framework in version 2.x. This PRs aims to migrate from Bluebird API to native Promises. I've tested the functionality locally, but please let me know if you see any issues with the proposed changes. Thanks :bow:

Closes: #27 and #26

oieduardorabelo commented 3 years ago

i can confirm it works with:

i am currently using "serverless": "2.25.1" and this patch fixed the issues related in the summary :+1: