medikoo / serverless-plugin-vpc-eni-cleanup

Cleanup of VPC network interfaces on stage removal
MIT License
20 stars 9 forks source link

bug: Uses default credentials instead of provider #1

Closed bminer closed 3 years ago

bminer commented 6 years ago

Should probably obey provider: profile in serverless.yml file.

medikoo commented 6 years ago

@bminer thanks for reporting, indeed provider: profile should be respected. I marked it with help wanted (PR's welcome)

bminer commented 6 years ago

Thanks, @medikoo. I probably won't be much help on this one. I don't know how this works, and I'm definitely not a AWS Lambda expert (not yet anyway).