You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This will automatically create `bootstrap`, `handler.sh`, and `Makefile` in your `./src` directory.
32
+
This will automatically create `bootstrap`, `handler.sh`, and `Makefile` in your `../app/src` directory.
33
+
34
+
**Note:** This module integrates seamlessly with any existing Terraform setup. The example above shows integration with CloudPosse labeling, but you can use it standalone or with any naming convention.
35
35
36
36
## Advanced Usage
37
37
@@ -64,6 +64,24 @@ module "lambda_function" {
64
64
}
65
65
```
66
66
67
+
## Integration with Existing Projects
68
+
69
+
This module is designed to plug into any existing Terraform setup:
0 commit comments