claudiajs / claudia

Deploy Node.js projects to AWS Lambda and API Gateway easily
https://claudiajs.com
MIT License
3.8k stars 274 forks source link

Add tag command #149

Closed oss92 closed 6 years ago

oss92 commented 6 years ago

Details

Add command to tag Lambdas.

claudia tag --tag "Team=onboarding,Project=amarillo

PR checklist

gojko commented 6 years ago

Hi,

this looks very good -- please add an automated test to the spec dir, so that others don't break your code when changing it in the future, and i'll merge it in.

oss92 commented 6 years ago

I will add tests to the spec dir 👍

oss92 commented 6 years ago

Added tests and rebased.

gojko commented 6 years ago

thanks!