intuit / Trapheus

This tool automates restoration of RDS database instances from snapshots into any dev, staging or production environments. It supports individual RDS Snapshot as well as cluster snapshot restore operations.
https://intuit.github.io/Trapheus/
MIT License
101 stars 52 forks source link

Add tags to generated lambdas #163

Closed stationeros closed 8 months ago

stationeros commented 9 months ago

The template yaml defines the lambdas that needs to be deployed https://github.com/intuit/Trapheus/blob/master/template.yaml#L182 . We need to add tags as to those lambdas as shown here https://github.com/aws/serverless-application-model/blob/master/versions/2016-10-31.md#example-awsserverlessfunction .

We can add the tags of trapheus-<<functionName>>`` , for instance forRenameLambdaFunctionthe corresponding tag would betrapheus-rename```

sandipnahak commented 9 months ago

@stationeros please assign this to me

stationeros commented 8 months ago

@sandipnahak I have merged the PR now. Kindly star us to show some support