Hi there, I have a working AWS SAM template that I want to deploy with a client that uses Terraform only to deploy infrastructure.
Now I am confused because the Terraform documentation implies that it manages the bucket and various other parameters that the SAM / Cloudformation template does.
So at this point, do I basically thow away my AWS SAM workflow and re-implement it in Terraform?