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

Update template.yaml to remove tags from lambda layer #199

Closed stationeros closed 7 months ago

stationeros commented 7 months ago

AWS lambda layer does not support tagging, hence removing this to avoid deployment failure.

Description

Thanks for contributing this Pull Request. Make sure that you submit this Pull Request against the master branch of this repository, add a brief description, and tag the relevant issue(s) and PR(s) below.

namitad commented 7 months ago

have fixed all the tagging issues in this PR https://github.com/intuit/Trapheus/pull/200. please check