100 Days of Gen AI: Day 25
Previously, I created my existing AWS slackbot resources using a Cloudformation template from a blog post.
Today I did a few things:
- I imported all the existing AWS resources for the slackbot into Terraform (not including the Bedrock resources)
- Deleted the initial Cloudformation stack
- I refactored my terraform resources to use the public terraform-aws-lambda module
If I were to do this again, I would have just started with the public terraform module and skipped the Cloudformation intermediary steps. Lesson learned for next time!