jeremydaly / serverless-cloudside-plugin

Serverless plugin for using cloudside resources during local development
47 stars 16 forks source link

Add Arn support for RDS and SM resource types #9

Closed AChris07 closed 3 years ago

AChris07 commented 4 years ago

Hey there! First of all, I wanted to thank you for creating this, it's been great implementing this in our pipeline, made our life for local development quite easier!

This PR is aiming to expand ARN support for more services, specifically RDS and SM (we're using this to simplify access to both RDS and DynamoDB ARN).

There's a fair chance that there are more types specific to RDS that we're not taking into consideration here (only been tested with DB instances and clusters), so it might need further refinement down the read.

Please let me know if you have any feedback! Thanks!