All modules are maintained by @CasaSky.
You can integrate the managed terraform modules in your project by adding the source entry of the module you wish to use.
Example configuration for using the lambda-sqs-sns source code:
module "lambda" {
source = "git@github.com:casasky/terraform-modules.git//lambda-sqs-sns"
}
You can check the demo GitHub repository to see in detail how you can integrate a specific module.